aqua-ipfs/aqua/package.json

34 lines
726 B
JSON
Raw Normal View History

2021-07-01 23:14:59 +03:00
{
"name": "@fluencelabs/aqua-ipfs",
"version": "0.5.27",
2021-07-01 23:14:59 +03:00
"description": "Aqua IPFS library",
"files": [
"*.aqua"
2021-07-01 23:14:59 +03:00
],
"dependencies": {
"@fluencelabs/aqua-lib": "0.9.0"
2021-07-01 23:14:59 +03:00
},
"scripts": {
2021-07-21 20:19:13 +03:00
"generate-aqua": "../service/build.sh",
"compile-aqua": "fluence aqua -i . --dry",
2021-08-02 17:50:21 +03:00
"build": "npm run compile-aqua"
2021-07-01 23:14:59 +03:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluencelabs/aqua-ipfs",
"directory": "aqua"
2021-07-01 23:14:59 +03:00
},
"keywords": [
"aqua",
"fluence",
"ipfs",
"p2p"
2021-07-01 23:14:59 +03:00
],
"author": "Fluence Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluencelabs/aqua-ipfs/issues"
2021-07-01 23:14:59 +03:00
},
"homepage": "https://github.com/fluencelabs/aqua-ipfs#readme"
2021-07-20 12:40:33 +03:00
}