type-coverage
Version:
A CLI tool to check type coverage for typescript code
20 lines (19 loc) • 497 B
JSON
{
"name": "type-coverage",
"version": "2.29.7",
"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.29.7",
"chalk": "4.1.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bin": {
"type-coverage": "bin/type-coverage"
}
}