{ "name": "@git.zone/tscoverage", "version": "10.0.3", "description": "get coverage information for gitzone projects", "type": "module", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "bin": { "tscoverage": "./cli.js" }, "scripts": { "test": "tstest test/", "build": "tsbuild" }, "repository": { "type": "git", "url": "git+https://gitlab.com/gitzone/npmts.git" }, "keywords": [ "TypeScript", "Declaration" ], "author": "Task Venture Capital GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/gitzone/npmts/issues" }, "homepage": "https://gitlab.com/gitzone/npmts#readme", "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsbundle": "^2.10.1", "@git.zone/tsrun": "^2.0.3", "@git.zone/tstest": "^3.6.5", "@git.zone/tswatch": "^3.3.3", "@types/node": "^25.6.2" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "license", ".smartconfig.json", "readme.md" ] }