renovate[bot] d8a9f94ab0
Update Fluence JS (#382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-04 17:41:52 -05:00

25 lines
559 B
JSON

{
"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": {
"ipfs-http-client": "^56.0.3",
"@fluencelabs/aqua": "0.7.4-336",
"@fluencelabs/fluence": "0.23.3",
"typescript": "^4.6.3"
},
"engines": {
"npm": ">=7",
"node": ">=15.0.0"
},
"devDependencies": {
"check-node-version": "^4.2.1"
}
}