2021-09-12 00:51:50 +03:00
|
|
|
{
|
|
|
|
"name": "aqua-ipfs-integration",
|
|
|
|
"workspaces": [
|
|
|
|
"aqua",
|
|
|
|
"nodejs",
|
|
|
|
"web"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2021-12-07 21:10:36 +03:00
|
|
|
"build": "check-node-version --npm '>= 7' && npm run build -w aqua -w nodejs -w web"
|
2021-10-22 09:41:48 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-08 14:01:15 -06:00
|
|
|
"@fluencelabs/fluence": "0.19.1",
|
2021-10-22 09:41:48 +03:00
|
|
|
"typescript": "^4.4.4"
|
2021-12-07 21:10:36 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"npm": ">=7",
|
|
|
|
"node": ">=15.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-30 13:29:05 +03:00
|
|
|
"check-node-version": "^4.2.1",
|
2022-02-08 14:01:15 -06:00
|
|
|
"@fluencelabs/avm": "0.20.3"
|
2021-09-12 00:51:50 +03:00
|
|
|
}
|
|
|
|
}
|