mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-03 14:50:24 +00:00
33 lines
672 B
JSON
33 lines
672 B
JSON
{
|
|
"name": "@fluencelabs/aqua-lib",
|
|
"version": "0.12.1",
|
|
"description": "Aqua standard library",
|
|
"files": [
|
|
"builtin.aqua",
|
|
"math.aqua",
|
|
"binary.aqua",
|
|
"workers.aqua",
|
|
"subnet.aqua"
|
|
],
|
|
"scripts": {
|
|
"compile-dry": "aqua -i . --dry"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fluencelabs/aqua-lib.git"
|
|
},
|
|
"keywords": [
|
|
"aqua",
|
|
"fluence"
|
|
],
|
|
"author": "Fluence Labs",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fluencelabs/aqua-lib/issues"
|
|
},
|
|
"homepage": "https://github.com/fluencelabs/aqua-lib#readme",
|
|
"devDependencies": {
|
|
"@fluencelabs/aqua": "0.9.4"
|
|
}
|
|
}
|