registry/aqua/package.json

32 lines
697 B
JSON
Raw Normal View History

2021-07-28 13:53:38 +03:00
{
2022-02-24 16:37:58 +03:00
"name": "@fluencelabs/registry",
"version": "0.9.4",
2022-02-24 16:37:58 +03:00
"description": "Aqua Registry library",
2021-07-28 13:53:38 +03:00
"files": [
"*.aqua"
],
"dependencies": {
"@fluencelabs/aqua-lib": "0.9.0",
"@fluencelabs/trust-graph": "0.4.10"
2021-07-28 13:53:38 +03:00
},
"scripts": {
"generate-aqua": "../service/build.sh",
"build": "fluence aqua -i . --dry"
2021-07-28 13:53:38 +03:00
},
"repository": {
"type": "git",
2022-02-24 16:37:58 +03:00
"url": "git+https://github.com/fluencelabs/registry.git",
2021-07-30 14:38:34 +03:00
"directory": "aqua"
2021-07-28 13:53:38 +03:00
},
"keywords": [
"aqua",
"fluence"
],
"author": "Fluence Labs",
"license": "MIT",
"bugs": {
2022-02-24 16:37:58 +03:00
"url": "https://github.com/fluencelabs/registry/issues"
2021-07-28 13:53:38 +03:00
},
"homepage": "https://github.com/fluencelabs/registry"
2021-07-28 13:53:38 +03:00
}