Skip to content

Commit 128650c

Browse files
committed
feat: update package.json
1 parent a78552f commit 128650c

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

package.json

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,39 @@
77
},
88
"scripts": {
99
"build": "tsc -p tsconfig.json",
10-
"preview": "npm run build && npm -C examples/react-app run generate:api"
10+
"preview": "npm run build && npm -C examples/react-app run generate:api",
11+
"prepublishOnly": "npm run build",
12+
"release": "npx git-ensure -a && npx bumpp --commit --tag --push"
1113
},
12-
"keywords": [],
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/7nohe/openapi-react-query-codegen.git"
17+
},
18+
"homepage": "https://github.com/7nohe/openapi-react-query-codegen",
19+
"bugs": "https://github.com/7nohe/openapi-react-query-codegen/issues",
20+
"files": [
21+
"dist"
22+
],
23+
"keywords": [
24+
"codegen",
25+
"react-query",
26+
"react",
27+
"openapi",
28+
"swagger",
29+
"typescript",
30+
"openapi-typescript-codegen"
31+
],
1332
"author": "Daiki Urata (@7nohe)",
1433
"license": "MIT",
1534
"dependencies": {
16-
"commander": "^9.4.0",
17-
"typescript": "^4.7.4"
35+
"commander": "^9.4.0"
1836
},
1937
"devDependencies": {
2038
"@types/glob": "^7.2.0",
2139
"@types/node": "^18.0.6",
2240
"glob": "^8.0.3",
2341
"openapi-types": "^12.0.0",
24-
"openapi-typescript-codegen": "^0.23.0"
42+
"openapi-typescript-codegen": "^0.23.0",
43+
"typescript": "^4.7.4"
2544
}
2645
}

pnpm-lock.yaml

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)