fork of hey-api/openapi-ts because I need some additional things
1{
2 "name": "@hey-api/types",
3 "version": "0.1.4",
4 "description": "Shared utility types.",
5 "homepage": "https://heyapi.dev/",
6 "bugs": {
7 "url": "https://github.com/hey-api/openapi-ts/issues"
8 },
9 "license": "MIT",
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/hey-api/openapi-ts.git"
13 },
14 "files": [
15 "dist"
16 ],
17 "type": "module",
18 "sideEffects": false,
19 "types": "./dist/index.d.ts",
20 "exports": {
21 ".": {
22 "types": "./dist/index.d.ts"
23 },
24 "./package.json": "./package.json"
25 },
26 "scripts": {
27 "build": "tsc --build",
28 "dev": "tsc --build --watch",
29 "prepublishOnly": "pnpm build",
30 "typecheck": "tsgo --noEmit"
31 },
32 "devDependencies": {
33 "typescript": "5.9.3"
34 }
35}