{
  "name": "type-coverage-core",
  "version": "2.29.7",
  "description": "A library to check type coverage for typescript code",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/plantain-00/type-coverage.git",
  "author": "york yao <yaoao12306@outlook.com>",
  "license": "MIT",
  "dependencies": {
    "fast-glob": "3",
    "minimatch": "6 || 7 || 8 || 9 || 10",
    "normalize-path": "3",
    "tslib": "1 || 2",
    "tsutils": "3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "typescript": "2 || 3 || 4 || 5"
  }
}
