UNPKG

ets-lsp

Version:

Implementation of ets language server in node.

34 lines 803 B
{ "name": "ets-lsp", "version": "0.0.3", "description": "Implementation of ets language server in node.", "main": "./dist/server.js", "scripts": { "build": "tsc -b src", "watch": "tsc -b src -w" }, "repository": { "type": "git", "url": "https://github.com/so-brian/ets-lsp.git" }, "keywords": [ "ArchTS", "HarmonyOS-Next", "Language Server Protocal", "ETS" ], "author": "SoBrian", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/so-brian/ets-lsp/issues" }, "homepage": "https://github.com/so-brian/ets-lsp#readme", "dependencies": { "vscode-languageserver": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.11" }, "devDependencies": { "@types/node": "^20.14.9", "typescript": "^5.5.2" } }