Skip to content

Commit 34f561a

Browse files
authoredAug 7, 2024
[Chore] specify packageManager and its version in package.json (#132)
1 parent e7626d9 commit 34f561a

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed
 

‎package.json

+26-24
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,6 @@
22
"name": "@7nohe/openapi-react-query-codegen",
33
"version": "1.4.1",
44
"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"],
275
"keywords": [
286
"codegen",
297
"react-query",
@@ -34,8 +12,30 @@
3412
"openapi-typescript-codegen",
3513
"@hey-api/openapi-ts"
3614
],
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+
},
3821
"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+
},
3939
"dependencies": {
4040
"@hey-api/openapi-ts": "0.45.1"
4141
},
@@ -58,7 +58,9 @@
5858
"ts-morph": "22.x",
5959
"typescript": "5.x"
6060
},
61+
"packageManager": "pnpm@9.6.0",
6162
"engines": {
62-
"node": ">=14"
63+
"node": ">=14",
64+
"pnpm": ">=9"
6365
}
6466
}

0 commit comments

Comments
 (0)