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-28 17:50:23 -07:00
|
|
|
"@fluencelabs/aqua": "0.10.3",
|
2023-02-12 14:10:26 -06:00
|
|
|
"@fluencelabs/fluence": "0.28.0",
|
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
|
|
|
}
|