Skip to content

Commit 298f3cd

Browse files
committed
chore: add info to package.json
1 parent d079ca5 commit 298f3cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
},
99
"main": "dist/index.js",
1010
"license": "MIT",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/storyofams/next-api-decorators"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/storyofams/next-api-decorators/issues"
17+
},
18+
"keywords": ["typescript", "next.js", "decorators"],
1119
"scripts": {
1220
"build": "rm -rf dist && npm run build:types && npm run build:js",
1321
"build:types": "tsc -p ./tsconfig.build.json --emitDeclarationOnly",

0 commit comments

Comments
 (0)