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 d079ca5 commit 298f3cdCopy full SHA for 298f3cd
package.json
@@ -8,6 +8,14 @@
8
},
9
"main": "dist/index.js",
10
"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"],
19
"scripts": {
20
"build": "rm -rf dist && npm run build:types && npm run build:js",
21
"build:types": "tsc -p ./tsconfig.build.json --emitDeclarationOnly",
0 commit comments