mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
03042a71f3
* chore(main): release aqua 0.12.1 * chore: Bump aqua version to 0.12.1 --------- Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
34 lines
688 B
JSON
34 lines
688 B
JSON
{
|
|
"name": "@fluencelabs/aqua-api",
|
|
"version": "0.12.1",
|
|
"description": "Aqua API",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"aqua-api.js",
|
|
"aqua-api.d.ts",
|
|
"meta-utils.js"
|
|
],
|
|
"prettier": {},
|
|
"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/interfaces": "0.8.2",
|
|
"prettier": "3.0.0"
|
|
}
|
|
}
|