{
  "name": "type-coverage",
  "version": "2.30.1",
  "description": "A CLI tool to check type coverage for typescript code",
  "repository": "https://github.com/plantain-00/type-coverage.git",
  "author": "york yao <yaoao12306@outlook.com>",
  "license": "MIT",
  "dependencies": {
    "minimist": "1",
    "type-coverage-core": "^2.30.1",
    "chalk": "4.1.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "bin": {
    "type-coverage": "bin/type-coverage"
  }
}
