UNPKG

@davstack/openapi-react-query-codegen

Version:

OpenAPI React Query Codegen using --useOptions (fork from @7nohe/openapi-react-query-codegen)

48 lines (47 loc) 1.24 kB
{ "name": "@davstack/openapi-react-query-codegen", "version": "0.8.5", "description": "OpenAPI React Query Codegen using --useOptions (fork from @7nohe/openapi-react-query-codegen)", "bin": { "openapi-rq": "dist/src/cli.js" }, "scripts": { "build": "tsc -p tsconfig.json", "preview": "npm run build && npm -C examples/react-app run generate:api", "prepublishOnly": "npm run build", "release": "npx git-ensure -a && npx bumpp --commit --tag --push", "publish": "npm publish --access public --no-git-checks" }, "repository": { "type": "git", "url": "git+https://github.com/DawidWraga/openapi-react-query-codegen.git" }, "homepage": "https://github.com/DawidWraga/openapi-react-query-codegen", "files": [ "dist" ], "keywords": [ "codegen", "react-query", "react", "openapi", "swagger", "typescript", "openapi-typescript-codegen" ], "author": "Dawid Wraga", "license": "MIT", "devDependencies": { "@types/node": "^18.16.0", "commander": "^10.0.1", "glob": "^10.2.5", "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" } }