mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
af3fc24adb
* chore(main): release aqua 0.14.11 * chore: Bump aqua version to 0.14.11
25 lines
542 B
JSON
25 lines
542 B
JSON
{
|
|
"name": "@fluencelabs/aqua-language-server-api",
|
|
"version": "0.14.11",
|
|
"description": "Aqua Language Server API",
|
|
"type": "commonjs",
|
|
"files": [
|
|
"aqua-lsp-api.js",
|
|
"aqua-lsp-api.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fluencelabs/aqua.git"
|
|
},
|
|
"keywords": [
|
|
"aqua",
|
|
"fluence"
|
|
],
|
|
"author": "Fluence Labs",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/fluencelabs/aqua/issues"
|
|
},
|
|
"homepage": "https://github.com/fluencelabs/aqua#readme"
|
|
}
|