aqua-lib/package.json

32 lines
649 B
JSON
Raw Normal View History

2021-04-29 12:22:39 +00:00
{
"name": "@fluencelabs/aqua-lib",
2023-02-15 12:13:22 +00:00
"version": "0.7.0",
2021-04-29 12:22:39 +00:00
"description": "Aqua standard library",
"files": [
2022-02-28 20:40:42 +00:00
"builtin.aqua",
2022-11-18 12:42:48 +00:00
"math.aqua",
"binary.aqua"
2021-04-29 12:22:39 +00:00
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/fluencelabs/aqua-lib.git"
},
"keywords": [
"aqua",
"fluence"
],
"scripts": {
"compile-dry": "aqua -i . --dry"
},
2021-04-29 12:22:39 +00:00
"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"
}
2021-04-29 12:22:39 +00:00
}