UNPKG

@seriouslag/openapi-react-query-codegen

Version:
49 lines (48 loc) 1.41 kB
{ "name": "@seriouslag/openapi-react-query-codegen", "version": "0.3.5", "description": "OpenAPI React Query Codegen", "private": false, "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" }, "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" } }