{ "name": "@astrojs/language-server", "version": "2.6.2", "author": "withastro", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/withastro/language-tools", "directory": "packages/language-server" }, "type": "commonjs", "main": "dist/index.js", "files": [ "bin", "dist/**/*.js", "dist/**/*.d.ts", "types/**/*.d.ts" ], "bin": { "astro-ls": "./bin/nodeServer.js" }, "dependencies": { "@astrojs/compiler": "^2.4.0", "@jridgewell/sourcemap-codec": "^1.4.15", "@volar/kit": "~1.11.1", "@volar/language-core": "~1.11.1", "@volar/language-server": "~1.11.1", "@volar/language-service": "~1.11.1", "@volar/source-map": "~1.11.1", "@volar/typescript": "~1.11.1", "fast-glob": "^3.2.12", "muggle-string": "^0.3.1", "volar-service-css": "0.0.17", "volar-service-emmet": "0.0.17", "volar-service-html": "0.0.17", "volar-service-prettier": "0.0.17", "volar-service-typescript": "0.0.17", "volar-service-typescript-twoslash-queries": "0.0.17", "vscode-html-languageservice": "^5.1.0", "vscode-uri": "^3.0.8" }, "devDependencies": { "@astrojs/svelte": "^4.0.3", "@astrojs/vue": "^3.0.1", "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^18.17.8", "astro": "^4.1.0", "chai": "^4.3.7", "mocha": "^10.2.0", "tsx": "^3.12.7", "typescript": "^5.2.2", "vscode-languageserver-protocol": "^3.17.5", "vscode-languageserver-textdocument": "^1.0.11" }, "peerDependencies": { "prettier": "^3.0.0", "prettier-plugin-astro": ">=0.11.0" }, "peerDependenciesMeta": { "prettier": { "optional": true }, "prettier-plugin-astro": { "optional": true } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "mocha --timeout 10000 --require tsx --require test/takedown.ts test/misc/init.test.ts test/**/*.test.ts", "test:match": "pnpm run test -g" } }