mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-12 09:45:32 +00:00
e2f67b3c0f
* chore(main): release aqua 0.11.3 * chore: Bump aqua version to 0.11.3
33 lines
801 B
JSON
33 lines
801 B
JSON
{
|
|
"name": "@fluencelabs/aqua-api",
|
|
"version": "0.11.3",
|
|
"description": "Aqua API",
|
|
"type": "commonjs",
|
|
"files": [
|
|
"aqua-api.js",
|
|
"aqua-api.d.ts",
|
|
"meta-utils.js"
|
|
],
|
|
"scripts": {
|
|
"move:scalajs": "cp ../aqua-api/.js/target/scala-3.3.0/aqua-api-opt/main.js ./aqua-api.js",
|
|
"move:fast": "cp ../aqua-api/.js/target/scala-3.3.0/aqua-api-fastopt/main.js ./aqua-api.js"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"@fluencelabs/fluence": "0.28.0"
|
|
}
|
|
}
|