2022-05-17 12:05:25 +00:00
|
|
|
{
|
|
|
|
"name": "@fluencelabs/aqua-language-server-api",
|
2023-09-28 10:12:26 +00:00
|
|
|
"version": "0.12.3",
|
2022-05-17 12:05:25 +00:00
|
|
|
"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"
|
|
|
|
}
|