{
  "name": "@marko/type-check",
  "version": "3.0.0",
  "description": "A CLI to type check Marko projects",
  "keywords": [
    "type-check",
    "marko",
    "tsc",
    "typescript",
    "tools"
  ],
  "homepage": "https://github.com/marko-js/language-server/tree/main/packages/type-check/README.md",
  "bugs": "https://github.com/marko-js/language-server/issues/new?template=bug-report.yml",
  "repository": {
    "type": "git",
    "url": "https://github.com/marko-js/language-server/tree/main/packages/type-check"
  },
  "license": "MIT",
  "bin": {
    "marko-type-check": "dist/cli.js",
    "mtc": "dist/cli.js"
  },
  "files": [
    "dist",
    "!**/__tests__",
    "!**/*.tsbuildinfo"
  ],
  "scripts": {
    "build": "tsx build.mts"
  },
  "dependencies": {
    "@luxass/strip-json-comments": "^1.4.0",
    "@marko/compiler": "^5.39.63",
    "@marko/language-tools": "^2.5.58",
    "arg": "^5.0.2",
    "kleur": "^4.1.5",
    "typescript": "^6.0.2"
  }
}
