aqua-ipfs/aqua/package.json
Maria Kuklina a4403e1e64
fix(deps): update aqua-lib to 0.7.0 and aqua to 0.10.3 (#70)
* update aqua-lib
* update rust
2023-04-12 15:34:17 +02:00

37 lines
797 B
JSON

{
"name": "@fluencelabs/aqua-ipfs",
"version": "0.5.9",
"description": "Aqua IPFS library",
"files": [
"*.aqua"
],
"dependencies": {
"@fluencelabs/aqua-lib": "^0.7.0"
},
"scripts": {
"generate-aqua": "../service/build.sh",
"compile-aqua": "aqua -i . -o ./target/typescript",
"build": "npm run compile-aqua"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluencelabs/aqua-ipfs",
"directory": "aqua"
},
"keywords": [
"aqua",
"fluence",
"ipfs",
"p2p"
],
"author": "Fluence Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluencelabs/aqua-ipfs/issues"
},
"homepage": "https://github.com/fluencelabs/aqua-ipfs#readme",
"devDependencies": {
"@fluencelabs/aqua": "0.10.3"
}
}