aqua/language-server/language-server-npm/package.json
fluencebot 03042a71f3
chore(main): release aqua 0.12.1 (#866)
* chore(main): release aqua 0.12.1

* chore: Bump aqua version to 0.12.1

---------

Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
2023-09-11 16:11:55 +03:00

25 lines
543 B
JSON

{
"name": "@fluencelabs/aqua-language-server-api",
"version": "0.12.1",
"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": "Apache-2.0",
"bugs": {
"url": "https://github.com/fluencelabs/aqua/issues"
},
"homepage": "https://github.com/fluencelabs/aqua#readme"
}