2021-04-14 15:00:51 +00:00
|
|
|
{
|
2021-09-08 10:37:59 +00:00
|
|
|
"name": "@fluencelabs/aqua",
|
2021-04-14 15:00:51 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Aqua compiler",
|
|
|
|
"files": [
|
2021-09-08 10:37:59 +00:00
|
|
|
"aqua.jar",
|
|
|
|
"aqua.js",
|
|
|
|
"index.js",
|
|
|
|
"index-java.js",
|
|
|
|
"error.js"
|
2021-04-14 15:00:51 +00:00
|
|
|
],
|
2021-08-31 09:20:22 +00:00
|
|
|
"bin": {
|
|
|
|
"aqua": "index.js",
|
2021-09-08 10:37:59 +00:00
|
|
|
"aqua-cli": "error.js",
|
|
|
|
"aqua-j": "index-java.js"
|
2021-08-31 09:20:22 +00:00
|
|
|
},
|
2021-04-14 15:00:51 +00:00
|
|
|
"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"
|
|
|
|
}
|