{
  "name": "@astrojs/ts-plugin",
  "version": "1.10.9",
  "description": "A TypeScript Plugin providing Astro intellisense",
  "main": "dist/index.js",
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/withastro/astro.git",
    "directory": "packages/language-tools/ts-plugin"
  },
  "keywords": [
    "astro",
    "typescript",
    "javascript",
    "plugin"
  ],
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "author": "withastro",
  "license": "MIT",
  "dependencies": {
    "@astrojs/compiler": "^2.13.1",
    "@astrojs/yaml2ts": "^0.2.4",
    "@jridgewell/sourcemap-codec": "^1.5.5",
    "@volar/language-core": "~2.4.28",
    "@volar/typescript": "~2.4.28",
    "semver": "^7.7.4",
    "vscode-languageserver-textdocument": "^1.0.12"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.10",
    "@types/node": "^20.9.0",
    "@types/semver": "^7.7.1",
    "@types/vscode": "^1.101.0",
    "@vscode/test-cli": "^0.0.12",
    "@vscode/test-electron": "^2.5.2",
    "mocha": "^11.7.5",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3",
    "vscode-uri": "^3.1.0"
  },
  "scripts": {
    "build": "tsc -b",
    "dev": "tsc -b --watch",
    "test": "vscode-test"
  }
}