aqua/npm/package.json

31 lines
650 B
JSON

{
"name": "@fluencelabs/aqua-cli",
"version": "0.0.0",
"description": "Aqua compiler",
"files": [
"aqua-cli.jar",
"aqua-cli-experimental.js",
"index-experimental.js"
],
"bin": {
"aqua": "index.js",
"aqua-cli": "index.js",
"aqua-js": "index-experimental.js"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/fluencelabs/aqua.git"
},
"keywords": [
"aqua",
"fluence"
],
"author": "Fluence Labs",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/fluencelabs/aqua/issues"
},
"homepage": "https://github.com/fluencelabs/aqua#readme"
}