{
  "name": "@astrojs/language-server",
  "version": "2.16.8",
  "author": "withastro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/withastro/astro.git",
    "directory": "packages/language-tools/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.13.1",
    "@astrojs/yaml2ts": "^0.2.3",
    "@jridgewell/sourcemap-codec": "^1.5.5",
    "@volar/kit": "~2.4.28",
    "@volar/language-core": "~2.4.28",
    "@volar/language-server": "~2.4.28",
    "@volar/language-service": "~2.4.28",
    "muggle-string": "^0.4.1",
    "tinyglobby": "^0.2.16",
    "volar-service-css": "0.0.70",
    "volar-service-emmet": "0.0.70",
    "volar-service-html": "0.0.70",
    "volar-service-prettier": "0.0.70",
    "volar-service-typescript": "0.0.70",
    "volar-service-typescript-twoslash-queries": "0.0.70",
    "volar-service-yaml": "0.0.70",
    "vscode-html-languageservice": "^5.6.2",
    "vscode-uri": "^3.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "@volar/test-utils": "~2.4.28",
    "@volar/typescript": "~2.4.28",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vscode-languageserver-protocol": "^3.17.5",
    "vscode-languageserver-textdocument": "^1.0.12",
    "astro-scripts": "0.0.14"
  },
  "peerDependencies": {
    "prettier": "^3.0.0",
    "prettier-plugin-astro": ">=0.11.0"
  },
  "peerDependenciesMeta": {
    "prettier": {
      "optional": true
    },
    "prettier-plugin-astro": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsc -b",
    "dev": "tsc -b --watch",
    "test": "astro-scripts test \"**/*.test.ts\" --teardown-test ./test/misc/teardown.ts --tsx true --setup ./test/setup.ts",
    "test:match": "pnpm run test --match"
  }
}