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-03-21 11:09:54 +03:00
|
|
|
"@fluencelabs/aqua": "^0.6.4-283",
|
2022-04-08 22:06:09 +03:00
|
|
|
"@fluencelabs/fluence": "^0.21.8",
|
2022-03-21 11:09:54 +03:00
|
|
|
"typescript": "^4.6.2"
|
2022-02-22 23:20:45 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"npm": ">=7",
|
|
|
|
"node": ">=15.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-21 11:09:54 +03:00
|
|
|
"@fluencelabs/avm": "0.21.6",
|
2022-02-22 23:20:45 +03:00
|
|
|
"check-node-version": "^4.2.1"
|
|
|
|
}
|
2021-09-12 00:51:50 +03:00
|
|
|
}
|