{ "name": "@txtdot/daleth-lsp", "version": "0.1.1", "description": "Dalet language server", "main": "start.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node ./pre-install.js", "uninstall": "node ./uninstall.js" }, "repository": { "type": "git", "url": "https://github.com/txtdot/dalet-lsp.git" }, "keywords": [ "dalet", "daleth", "lsp" ], "author": "artegoser", "license": "MIT", "bugs": { "url": "https://github.com/txtdot/dalet-lsp/issues" }, "homepage": "https://github.com/TxtDot/dalet-lsp/tree/main/", "files": [ "pre-install.js", "start.js", "uninstall.js", "README.md", "LICENSE" ] }