{
  "name": "@glint/tsserver-plugin",
  "version": "2.5.19",
  "type": "commonjs",
  "repository": "typed-ember/glint",
  "description": "TypeScript Server Plugin for Glint",
  "license": "MIT",
  "main": "lib/typescript-server-plugin.js",
  "authors": [
    "Alex Matchneer (https://github.com/machty)"
  ],
  "files": [
    "README.md",
    "lib"
  ],
  "dependencies": {
    "@volar/language-core": "~2.4.28",
    "@volar/typescript": "~2.4.28",
    "jiti": "~2.6.1",
    "typescript": "^5.9.3",
    "@glint/ember-tsc": "1.8.13"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^22.13.11"
  },
  "scripts": {
    "test": "echo 'no standalone tests within this project'",
    "test:typecheck": "echo 'no standalone typecheck within this project'",
    "test:tsc": "echo 'no standalone typecheck within this project'",
    "build": "tsc --build"
  }
}