@hey-api/openapi-ts
Version:
🌀 OpenAPI to TypeScript code generator. Generate API clients, SDKs, validators, and more.
128 lines • 3.02 kB
JSON
{
"name": "@hey-api/openapi-ts",
"version": "0.89.2",
"description": "🌀 OpenAPI to TypeScript code generator. Generate API clients, SDKs, validators, and more.",
"homepage": "https://heyapi.dev/",
"repository": {
"type": "git",
"url": "git+https://github.com/hey-api/openapi-ts.git"
},
"bugs": {
"url": "https://github.com/hey-api/openapi-ts/issues"
},
"license": "MIT",
"author": {
"email": "lubos@heyapi.dev",
"name": "Hey API",
"url": "https://heyapi.dev"
},
"funding": "https://github.com/sponsors/hey-api",
"keywords": [
"angular",
"axios",
"codegen",
"fetch",
"generator",
"http",
"javascript",
"json",
"next",
"next.js",
"node",
"nuxt",
"ofetch",
"openapi",
"rest",
"swagger",
"typescript",
"xhr",
"yaml"
],
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./internal": {
"import": {
"types": "./dist/internal.d.mts",
"default": "./dist/internal.mjs"
},
"require": {
"types": "./dist/internal.d.cts",
"default": "./dist/internal.cjs"
}
},
"./package.json": "./package.json"
},
"bin": {
"openapi-ts": "./bin/run.js"
},
"files": [
"bin",
"dist",
"LICENSE.md",
"README.md"
],
"engines": {
"node": ">=20.19.0"
},
"dependencies": {
"@hey-api/codegen-core": "^0.4.0",
"@hey-api/json-schema-ref-parser": "1.2.2",
"ansi-colors": "4.1.3",
"c12": "3.3.2",
"color-support": "1.1.3",
"commander": "14.0.2",
"open": "11.0.0",
"semver": "7.7.3"
},
"peerDependencies": {
"typescript": ">=5.5.3"
},
"devDependencies": {
"@angular/common": "19.2.17",
"@angular/compiler": "19.2.17",
"@angular/compiler-cli": "19.2.17",
"@angular/core": "19.2.17",
"@angular/platform-browser": "19.2.17",
"@angular/platform-browser-dynamic": "19.2.17",
"@angular/router": "19.2.17",
"@types/bun": "1.3.4",
"@types/cross-spawn": "6.0.6",
"@types/semver": "7.7.1",
"axios": "1.13.2",
"cross-spawn": "7.0.6",
"eslint": "9.39.1",
"ky": "1.14.1",
"nuxt": "3.14.1592",
"ofetch": "1.5.1",
"prettier": "3.4.2",
"rxjs": "7.8.2",
"typescript": "5.9.3",
"vue": "3.5.25",
"yaml": "2.8.2",
"zone.js": "0.16.0",
"@config/vite-base": "0.0.1"
},
"scripts": {
"build": "tsdown && pnpm check-exports",
"check-exports": "attw --pack . --profile node16",
"dev": "tsdown --watch",
"test:coverage": "vitest run --coverage",
"test:update": "vitest watch --update",
"test:watch": "vitest watch",
"test": "vitest run",
"typecheck": "tsc --noEmit"
}
}