aqua-ipfs/aqua/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2021-07-01 23:14:59 +03:00
{
"name": "@fluencelabs/aqua-ipfs",
"version": "0.1.12",
2021-07-01 23:14:59 +03:00
"description": "Aqua IPFS library",
2021-07-20 13:25:22 +03:00
"main": "./typescript/dist/index.js",
"typings": "./typescript/dist/index.d.ts",
2021-07-01 23:14:59 +03:00
"files": [
"ipfs.aqua",
"ipfs-api.aqua",
2021-07-20 13:25:22 +03:00
"typescript/dist/index.d.ts",
"typescript/dist/index.js",
"typescript/dist/ipfs-api.d.ts",
"typescript/dist/ipfs-api.js"
2021-07-01 23:14:59 +03:00
],
"dependencies": {
"@fluencelabs/aqua-lib": "^0.1.10",
"@fluencelabs/fluence": "^0.9.53",
2021-07-20 13:25:22 +03:00
"@fluencelabs/fluence-network-environment": "^1.0.10"
2021-07-01 23:14:59 +03:00
},
"scripts": {
2021-07-21 20:19:13 +03:00
"generate-aqua": "../service/build.sh",
2021-07-01 23:14:59 +03:00
"compile-aqua": "aqua-cli -i . -o ./typescript",
"prebuild": "npm run compile-aqua",
"build": "tsc",
2021-07-14 22:09:19 +03:00
"prestart:local": "npm run build",
2021-07-20 13:25:22 +03:00
"start:local": "node typescript/dist/demo.js local",
2021-07-14 22:09:19 +03:00
"prestart:remote": "npm run build",
2021-07-20 13:25:22 +03:00
"start:remote": "node typescript/dist/demo.js testnet",
"start": "npm run start:remote",
"prepublish": "npm run build"
2021-07-01 23:14:59 +03:00
},
"repository": {
"type": "git",
2021-07-16 07:55:03 -05:00
"url": "git+https://github.com/fluencelabs/ipfs-adapter"
2021-07-01 23:14:59 +03:00
},
"keywords": [
"aqua",
"fluence"
],
"author": "Fluence Labs",
"license": "MIT",
"bugs": {
2021-07-16 07:55:03 -05:00
"url": "https://github.com/fluencelabs/ipfs-adapter/issues"
2021-07-01 23:14:59 +03:00
},
2021-07-16 07:55:03 -05:00
"homepage": "hhttps://github.com/fluencelabs/ipfs-adapter#readme",
2021-07-01 23:14:59 +03:00
"devDependencies": {
2021-07-20 12:40:33 +03:00
"@fluencelabs/aqua-cli": "0.1.9-164",
"typescript": "^3.9.5"
2021-07-01 23:14:59 +03:00
}
2021-07-20 12:40:33 +03:00
}