File tree Expand file tree Collapse file tree 2 files changed +43
-5
lines changed
Expand file tree Collapse file tree 2 files changed +43
-5
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments