mirror of
https://github.com/fluencelabs/examples
synced 2024-12-05 03:30:17 +00:00
bc1240376a
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
25 lines
555 B
JSON
25 lines
555 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.9.4",
|
|
"@fluencelabs/fluence": "0.28.0",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"engines": {
|
|
"npm": ">=7",
|
|
"node": ">=15.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"check-node-version": "^4.2.1"
|
|
}
|
|
}
|