-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.87 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@block65/openapi-codegen",
"version": "8.0.1",
"private": false,
"license": "UNLICENSED",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/lib/index.d.ts",
"default": "./dist/lib/index.js"
}
},
"bin": {
"openapi-codegen": "./dist/bin/index.js"
},
"files": [
"dist/bin/*.js",
"dist/bin/*.d.ts",
"dist/lib/*.js",
"dist/lib/*.d.ts"
],
"scripts": {
"preversion": "make test"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.7.0",
"@block65/eslint-config": "^12.0.1",
"camelcase": "^8.0.0",
"prettier": "^3.3.3",
"toposort": "^2.0.2",
"ts-morph": "^23.0.0",
"type-fest": "^4.26.1",
"word-wrap": "^1.2.5",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@block65/rest-client": "^11.0.3",
"@hapi/bourne": "^3.0.0",
"@ts-morph/common": "^0.24.0",
"@types/eslint": "^8.56.12",
"@types/node": "^22.7.4",
"@types/toposort": "^2.0.7",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"js-yaml": "^4.1.0",
"openapi3-ts": "^4.4.0",
"prettier": "^2.8.8",
"typescript": "^5.6.2",
"undici": "^6.19.8",
"vitest": "^2.1.1"
},
"peerDependencies": {
"@block65/rest-client": "^11.0.3"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"engines": {
"node": ">=20.0.0"
}
}