1 | {
|
2 | "name": "type-coverage",
|
3 | "version": "2.29.7",
|
4 | "description": "A CLI tool to check type coverage for typescript code",
|
5 | "repository": "https://github.com/plantain-00/type-coverage.git",
|
6 | "author": "york yao <yaoao12306@outlook.com>",
|
7 | "license": "MIT",
|
8 | "dependencies": {
|
9 | "minimist": "1",
|
10 | "type-coverage-core": "^2.29.7",
|
11 | "chalk": "4.1.2"
|
12 | },
|
13 | "publishConfig": {
|
14 | "registry": "https://registry.npmjs.org/"
|
15 | },
|
16 | "bin": {
|
17 | "type-coverage": "bin/type-coverage"
|
18 | }
|
19 | }
|