BREAKING CHANGE(package): migrate package to the @git.zone scope and ESM-based tooling

This commit is contained in:
2026-03-24 18:58:12 +00:00
parent 7999e00965
commit b04961e6a2
18 changed files with 9778 additions and 242 deletions

View File

@@ -1,7 +1,8 @@
{
"name": "@gitzone/tscoverage",
"name": "@git.zone/tscoverage",
"version": "9.0.2",
"description": "get coverage information for gitzone projects",
"type": "module",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"bin": {
@@ -9,7 +10,7 @@
},
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
"build": "(tsbuild)"
},
"repository": {
"type": "git",
@@ -25,16 +26,13 @@
"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"
"@git.zone/tsbuild": "^4.3.0",
"@git.zone/tsbundle": "^2.9.3",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.5.1",
"@git.zone/tswatch": "^3.3.1",
"@types/node": "^25.5.0"
},
"private": true,
"files": [
@@ -46,7 +44,7 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
".smartconfig.json",
"readme.md"
]
}