diff --git a/lib/coverage-tools/package.json b/lib/coverage-tools/package.json index 805be7c..115635a 100644 --- a/lib/coverage-tools/package.json +++ b/lib/coverage-tools/package.json @@ -40,6 +40,13 @@ "npm-pack": "copyfiles ../../LICENSE . && npm pack" }, "repository": "nevware21/ts-build-tools", + "bugs": { + "url": "https://github.com/nevware21/ts-build-tools/issues" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, "dependencies": { "globby": "^13.2.2", "istanbul-lib-coverage": "^3.0.0", diff --git a/lib/pre-proc/package.json b/lib/pre-proc/package.json index 89298a6..de55c3e 100644 --- a/lib/pre-proc/package.json +++ b/lib/pre-proc/package.json @@ -63,6 +63,10 @@ "bugs": { "url": "https://github.com/nevware21/ts-build-tools/issues" }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, "dependencies": { "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "globby": "^16.0.0" diff --git a/lib/publish-npm/package.json b/lib/publish-npm/package.json index e211824..2fab710 100644 --- a/lib/publish-npm/package.json +++ b/lib/publish-npm/package.json @@ -42,6 +42,13 @@ "npm-pack": "copyfiles ../../LICENSE . && npm pack" }, "repository": "nevware21/ts-build-tools", + "bugs": { + "url": "https://github.com/nevware21/ts-build-tools/issues" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4", "@nevware21/tripwire": ">= 0.1.8 < 2.x",