@seriouslag/openapi-react-query-codegen
Version:
OpenAPI React Query Codegen
47 lines • 1.23 kB
JSON
{
"name": "@seriouslag/openapi-react-query-codegen",
"version": "0.3.5",
"description": "OpenAPI React Query Codegen",
"private": false,
"bin": {
"openapi-rq": "dist/src/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7nohe/openapi-react-query-codegen.git"
},
"homepage": "https://github.com/7nohe/openapi-react-query-codegen",
"bugs": "https://github.com/7nohe/openapi-react-query-codegen/issues",
"files": [
"dist"
],
"keywords": [
"codegen",
"react-query",
"react",
"openapi",
"swagger",
"typescript",
"openapi-typescript-codegen"
],
"author": "Daiki Urata (@7nohe)",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.15.11",
"commander": "^10.0.0",
"glob": "^10.0.0",
"openapi-typescript-codegen": "^0.24.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"commander": ">= 10 < 11",
"glob": ">= 10",
"openapi-typescript-codegen": "^0.24.0",
"typescript": ">= 4.8.3"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"preview": "npm run build && npm -C examples/react-app run generate:api",
"release": "npx git-ensure -a && npx bumpp --commit --tag --push"
}
}