{ "name": "@gitzone/tscoverage", "version": "9.0.2", "description": "get coverage information for gitzone projects", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "bin": { "tscoverage": "cli.js" }, "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web)" }, "repository": { "type": "git", "url": "git+https://gitlab.com/gitzone/npmts.git" }, "keywords": [ "TypeScript", "Declaration" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/gitzone/npmts/issues" }, "homepage": "https://gitlab.com/gitzone/npmts#readme", "dependencies": {}, "devDependencies": { "@gitzone/tsbuild": "^2.1.24", "@gitzone/tsbundle": "^1.0.69", "@gitzone/tstest": "^1.0.33", "@gitzone/tswatch": "^1.0.46", "@pushrocks/tapbundle": "^3.2.1", "@types/node": "^10.0.3", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, "private": true, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }