1
0
mirror of https://github.com/fluencelabs/examples synced 2025-03-15 07:40:52 +00:00

25 lines
556 B
JSON
Raw Permalink Normal View History

{
"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",
"@fluencelabs/aqua": "0.10.3",
"@fluencelabs/fluence": "0.28.0",
2022-04-25 15:33:01 -05:00
"typescript": "^4.6.3"
},
"engines": {
"npm": ">=7",
"node": ">=15.0.0"
},
"devDependencies": {
"check-node-version": "^4.2.1"
}
}