{
  "name": "typescript-svelte-plugin",
  "version": "0.3.52",
  "description": "A TypeScript Plugin providing Svelte intellisense",
  "main": "dist/src/index.js",
  "keywords": [
    "svelte",
    "typescript",
    "javascript",
    "plugin"
  ],
  "author": "The Svelte Community",
  "homepage": "https://github.com/sveltejs/language-tools/tree/master/packages/typescript-plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/sveltejs/language-tools/tree/master/packages/typescript-plugin"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.0.0",
    "svelte": "^4.2.19",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@jridgewell/sourcemap-codec": "^1.5.0",
    "svelte2tsx": "~0.7.54"
  },
  "scripts": {
    "build": "tsc -p ./",
    "watch": "tsc -w -p ./",
    "test": "echo 'NOOP'"
  }
}