fork of hey-api/openapi-ts because I need some additional things
1{
2 "name": "@hey-api/codegen-core",
3 "version": "0.7.4",
4 "description": "🧱 TypeScript framework for generating files.",
5 "keywords": [
6 "codegen",
7 "generator",
8 "javascript",
9 "node",
10 "typescript"
11 ],
12 "homepage": "https://heyapi.dev/",
13 "bugs": {
14 "url": "https://github.com/hey-api/openapi-ts/issues"
15 },
16 "license": "MIT",
17 "author": {
18 "name": "Hey API",
19 "email": "lubos@heyapi.dev",
20 "url": "https://heyapi.dev"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/hey-api/openapi-ts.git"
25 },
26 "funding": "https://github.com/sponsors/hey-api",
27 "files": [
28 "dist",
29 "LICENSE.md",
30 "README.md"
31 ],
32 "type": "module",
33 "main": "./dist/index.mjs",
34 "types": "./dist/index.d.mts",
35 "exports": {
36 ".": {
37 "types": "./dist/index.d.mts",
38 "import": "./dist/index.mjs"
39 },
40 "./package.json": "./package.json"
41 },
42 "scripts": {
43 "build": "tsdown",
44 "dev": "tsdown --watch",
45 "prepublishOnly": "pnpm build",
46 "typecheck": "tsgo --noEmit"
47 },
48 "dependencies": {
49 "@hey-api/types": "workspace:*",
50 "ansi-colors": "4.1.3",
51 "c12": "3.3.4",
52 "color-support": "1.1.3"
53 },
54 "devDependencies": {
55 "eslint": "9.39.2",
56 "typescript": "5.9.3"
57 },
58 "engines": {
59 "node": ">=22.13.0"
60 }
61}