mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-16 04:00:50 +00:00
37 lines
705 B
JSON
37 lines
705 B
JSON
{
|
|
"name": "@fluencelabs/aqua",
|
|
"version": "0.0.0",
|
|
"description": "Aqua compiler",
|
|
"type": "module",
|
|
"files": [
|
|
"aqua.js",
|
|
"index.js",
|
|
"index-java.js",
|
|
"error.js"
|
|
],
|
|
"bin": {
|
|
"aqua": "index.js",
|
|
"aqua-cli": "error.js"
|
|
},
|
|
"scripts": {
|
|
"run": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"@fluencelabs/fluence": "0.12.1"
|
|
},
|
|
"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"
|
|
}
|