We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec00a6 commit 0d877e6Copy full SHA for 0d877e6
package.json
@@ -16,7 +16,7 @@
16
},
17
"repository": {
18
"type": "git",
19
- "url": "https://github.com/Trickfilm400/typescript-project-scaffolding"
+ "url": "git+https://github.com/Trickfilm400/typescript-project-scaffolding.git"
20
21
"homepage": "https://github.com/Trickfilm400/typescript-project-scaffolding/blob/master/readme.md",
22
"keywords": [
@@ -50,11 +50,6 @@
50
"typescript": "^5.9.3",
51
"typescript-eslint": "^8.46.4"
52
53
- "bin": {
54
- "create-typescript-new-project-scaffolding": "./dist/index.js",
55
- "typescript-new-project-scaffolding": "./dist/index.js",
56
- "ts-scaffold": "./dist/index.js"
57
- },
58
"files": [
59
"dist",
60
"static"
0 commit comments