2021-09-12 00:51:50 +03:00
|
|
|
{
|
2022-02-22 23:20:45 +03:00
|
|
|
"name": "aqua-ipfs-integration",
|
|
|
|
"workspaces": [
|
|
|
|
"aqua",
|
|
|
|
"nodejs",
|
|
|
|
"web"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "check-node-version --npm '>= 7' && npm run build -w aqua -w nodejs -w web"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-06 00:59:43 +04:00
|
|
|
"ipfs-http-client": "^56.0.3",
|
2023-02-07 14:23:51 -06:00
|
|
|
"@fluencelabs/aqua": "0.9.1-374",
|
2023-01-12 09:12:12 -06:00
|
|
|
"@fluencelabs/fluence": "0.27.5",
|
2022-04-25 15:33:01 -05:00
|
|
|
"typescript": "^4.6.3"
|
2022-02-22 23:20:45 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"npm": ">=7",
|
|
|
|
"node": ">=15.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"check-node-version": "^4.2.1"
|
|
|
|
}
|
2021-09-12 00:51:50 +03:00
|
|
|
}
|