|
2 | 2 | "name": "@7nohe/openapi-react-query-codegen", |
3 | 3 | "version": "1.4.1", |
4 | 4 | "description": "OpenAPI React Query Codegen", |
5 | | - "bin": { |
6 | | - "openapi-rq": "dist/cli.mjs" |
7 | | - }, |
8 | | - "type": "module", |
9 | | - "workspaces": ["examples/*"], |
10 | | - "scripts": { |
11 | | - "build": "rimraf dist && tsc -p tsconfig.json", |
12 | | - "lint": "biome check .", |
13 | | - "lint:fix": "biome check --apply .", |
14 | | - "preview": "npm run build && npm -C examples/react-app run generate:api", |
15 | | - "prepublishOnly": "npm run build", |
16 | | - "release": "npx git-ensure -a && npx bumpp --commit --tag --push", |
17 | | - "test": "vitest --coverage.enabled true", |
18 | | - "snapshot": "vitest --update" |
19 | | - }, |
20 | | - "repository": { |
21 | | - "type": "git", |
22 | | - "url": "git+https://github.com/7nohe/openapi-react-query-codegen.git" |
23 | | - }, |
24 | | - "homepage": "https://github.com/7nohe/openapi-react-query-codegen", |
25 | | - "bugs": "https://github.com/7nohe/openapi-react-query-codegen/issues", |
26 | | - "files": ["dist"], |
27 | 5 | "keywords": [ |
28 | 6 | "codegen", |
29 | 7 | "react-query", |
|
34 | 12 | "openapi-typescript-codegen", |
35 | 13 | "@hey-api/openapi-ts" |
36 | 14 | ], |
37 | | - "author": "Daiki Urata (@7nohe)", |
| 15 | + "homepage": "https://github.com/7nohe/openapi-react-query-codegen", |
| 16 | + "bugs": "https://github.com/7nohe/openapi-react-query-codegen/issues", |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "git+https://github.com/7nohe/openapi-react-query-codegen.git" |
| 20 | + }, |
38 | 21 | "license": "MIT", |
| 22 | + "author": "Daiki Urata (@7nohe)", |
| 23 | + "type": "module", |
| 24 | + "bin": { |
| 25 | + "openapi-rq": "dist/cli.mjs" |
| 26 | + }, |
| 27 | + "files": ["dist"], |
| 28 | + "workspaces": ["examples/*"], |
| 29 | + "scripts": { |
| 30 | + "build": "rimraf dist && tsc -p tsconfig.json", |
| 31 | + "lint": "biome check .", |
| 32 | + "lint:fix": "biome check --apply .", |
| 33 | + "prepublishOnly": "npm run build", |
| 34 | + "preview": "npm run build && npm -C examples/react-app run generate:api", |
| 35 | + "release": "npx git-ensure -a && npx bumpp --commit --tag --push", |
| 36 | + "snapshot": "vitest --update", |
| 37 | + "test": "vitest --coverage.enabled true" |
| 38 | + }, |
39 | 39 | "dependencies": { |
40 | 40 | "@hey-api/openapi-ts": "0.45.1" |
41 | 41 | }, |
|
58 | 58 | "ts-morph": "22.x", |
59 | 59 | "typescript": "5.x" |
60 | 60 | }, |
| 61 | + "packageManager": "pnpm@9.6.0", |
61 | 62 | "engines": { |
62 | | - "node": ">=14" |
| 63 | + "node": ">=14", |
| 64 | + "pnpm": ">=9" |
63 | 65 | } |
64 | 66 | } |
0 commit comments