2016-01-13 20:35:55 +00:00
|
|
|
{
|
2020-06-03 11:13:50 +00:00
|
|
|
"name": "@gitzone/tscoverage",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"description": "get coverage information for gitzone projects",
|
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2016-01-14 18:25:36 +00:00
|
|
|
"bin": {
|
2020-06-03 11:13:50 +00:00
|
|
|
"tscoverage": "cli.js"
|
2016-01-14 18:25:36 +00:00
|
|
|
},
|
2016-01-13 20:35:55 +00:00
|
|
|
"scripts": {
|
2020-06-03 11:13:50 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild --web)"
|
2016-01-13 20:35:55 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-05 10:15:36 +00:00
|
|
|
"url": "git+https://gitlab.com/gitzone/npmts.git"
|
2016-01-13 20:35:55 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"TypeScript",
|
|
|
|
"Declaration"
|
|
|
|
],
|
2016-10-27 19:59:19 +00:00
|
|
|
"author": "Lossless GmbH",
|
2016-01-13 20:35:55 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-02-05 10:15:36 +00:00
|
|
|
"url": "https://gitlab.com/gitzone/npmts/issues"
|
2016-01-13 20:35:55 +00:00
|
|
|
},
|
2017-02-05 10:15:36 +00:00
|
|
|
"homepage": "https://gitlab.com/gitzone/npmts#readme",
|
2020-06-03 11:13:50 +00:00
|
|
|
"dependencies": {},
|
2018-02-26 21:51:03 +00:00
|
|
|
"devDependencies": {
|
2020-06-03 11:13:50 +00:00
|
|
|
"@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",
|
2018-05-03 10:35:41 +00:00
|
|
|
"@types/node": "^10.0.3"
|
2020-06-03 11:13:50 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2018-04-08 23:19:36 +00:00
|
|
|
}
|