Skip to content

Commit d4da92f

Browse files
committed
feat: improve package.json
1 parent e49daa7 commit d4da92f

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

package.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "typescript",
2+
"name": "webeleon-node-typescript-starter",
33
"version": "0.0.0",
44
"description": "A generic starter for node js starter projects",
55
"main": "dist/index.js",
@@ -13,6 +13,25 @@
1313
"prepare": "husky install",
1414
"release": "standard-version"
1515
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/Webeleon/node-typescript"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/Webeleon/node-typescript/issues"
22+
},
23+
"contributors": [
24+
{
25+
"name": "Julien Prugne",
26+
"email": "julien@webeleon.dev"
27+
}
28+
],
29+
"keywords": [
30+
"project starter",
31+
"webeleon",
32+
"node js",
33+
"typescript"
34+
],
1635
"author": "Webeleon",
1736
"license": "MIT",
1837
"devDependencies": {

0 commit comments

Comments
 (0)