aqua/npm/package.json

37 lines
705 B
JSON
Raw Normal View History

{
"name": "@fluencelabs/aqua",
"version": "0.0.0",
"description": "Aqua compiler",
2021-10-13 11:10:10 +03:00
"type": "module",
"files": [
"aqua.js",
"index.js",
"index-java.js",
"error.js"
],
"bin": {
"aqua": "index.js",
2021-10-13 11:10:10 +03:00
"aqua-cli": "error.js"
},
"scripts": {
"run": "node index.js"
},
"dependencies": {
"@fluencelabs/fluence": "0.15.0"
},
"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"
}