2021-04-14 18:00:51 +03:00
|
|
|
{
|
2021-09-08 13:37:59 +03:00
|
|
|
"name": "@fluencelabs/aqua",
|
2021-04-14 18:00:51 +03:00
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Aqua compiler",
|
2021-10-13 11:10:10 +03:00
|
|
|
"type": "module",
|
2021-04-14 18:00:51 +03:00
|
|
|
"files": [
|
2021-09-08 13:37:59 +03:00
|
|
|
"aqua.js",
|
|
|
|
"index.js",
|
|
|
|
"index-java.js",
|
|
|
|
"error.js"
|
2021-04-14 18:00:51 +03:00
|
|
|
],
|
2021-08-31 12:20:22 +03:00
|
|
|
"bin": {
|
|
|
|
"aqua": "index.js",
|
2021-10-13 11:10:10 +03:00
|
|
|
"aqua-cli": "error.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"run": "node index.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-11-17 10:56:42 +03:00
|
|
|
"@fluencelabs/fluence": "0.15.0"
|
2021-08-31 12:20:22 +03:00
|
|
|
},
|
2021-04-14 18:00:51 +03:00
|
|
|
"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"
|
|
|
|
}
|