{
  "name": "@marko/type-check",
  "version": "3.2.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"
  ],
  "dependencies": {
    "@luxass/strip-json-comments": "^1.4.0",
    "@marko/compiler": "^5.42.0",
    "@marko/language-tools": "^2.7.0",
    "arg": "^5.0.2",
    "kleur": "^4.1.5",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsx build.mts",
    "test": "mocha './src/**/__tests__/*.test.ts'",
    "test:update": "mocha './src/**/__tests__/*.test.ts' --update"
  }
}