mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
* feat: use new aqua packages * restore * fix imports * fix path * fix * add spell * use new imports in test * remove node_modules import * fix * move * fix * improve * set marine and mrepl * Update aqua-tests/package.json * use --dry to check aqua is compiling
32 lines
696 B
JSON
32 lines
696 B
JSON
{
|
|
"name": "@fluencelabs/registry",
|
|
"version": "0.9.2",
|
|
"description": "Aqua Registry library",
|
|
"files": [
|
|
"*.aqua"
|
|
],
|
|
"dependencies": {
|
|
"@fluencelabs/aqua-lib": "0.8.2",
|
|
"@fluencelabs/trust-graph": "3.1.2"
|
|
},
|
|
"scripts": {
|
|
"generate-aqua": "../service/build.sh",
|
|
"build": "fluence aqua -i . --dry"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fluencelabs/registry.git",
|
|
"directory": "aqua"
|
|
},
|
|
"keywords": [
|
|
"aqua",
|
|
"fluence"
|
|
],
|
|
"author": "Fluence Labs",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fluencelabs/registry/issues"
|
|
},
|
|
"homepage": "https://github.com/fluencelabs/registry"
|
|
}
|