{ "name": "@hey-api/codegen-core", "version": "0.7.4", "description": "🧱 TypeScript framework for generating files.", "keywords": [ "codegen", "generator", "javascript", "node", "typescript" ], "homepage": "https://heyapi.dev/", "bugs": { "url": "https://github.com/hey-api/openapi-ts/issues" }, "license": "MIT", "author": { "name": "Hey API", "email": "lubos@heyapi.dev", "url": "https://heyapi.dev" }, "repository": { "type": "git", "url": "git+https://github.com/hey-api/openapi-ts.git" }, "funding": "https://github.com/sponsors/hey-api", "files": [ "dist", "LICENSE.md", "README.md" ], "type": "module", "main": "./dist/index.mjs", "types": "./dist/index.d.mts", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" }, "./package.json": "./package.json" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "prepublishOnly": "pnpm build", "typecheck": "tsgo --noEmit" }, "dependencies": { "@hey-api/types": "workspace:*", "ansi-colors": "4.1.3", "c12": "3.3.4", "color-support": "1.1.3" }, "devDependencies": { "eslint": "9.39.2", "typescript": "5.9.3" }, "engines": { "node": ">=22.13.0" } }