mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-03-15 21:20:49 +00:00
37 lines
786 B
JSON
37 lines
786 B
JSON
{
|
|
"name": "@fluencelabs/aqua-ipfs",
|
|
"version": "0.5.21",
|
|
"description": "Aqua IPFS library",
|
|
"files": [
|
|
"*.aqua"
|
|
],
|
|
"dependencies": {
|
|
"@fluencelabs/aqua-lib": "0.8.0"
|
|
},
|
|
"scripts": {
|
|
"generate-aqua": "../service/build.sh",
|
|
"compile-aqua": "fluence aqua -i . --dry",
|
|
"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/cli": "0.5.3"
|
|
}
|
|
}
|