{ "name": "@hey-api/codegen-core", "version": "0.7.0", "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 && pnpm check-exports", "check-exports": "attw --pack . --profile esm-only --ignore-rules cjs-resolves-to-esm", "dev": "tsdown --watch", "prepublishOnly": "pnpm build", "typecheck": "tsc --noEmit" }, "dependencies": { "@hey-api/types": "workspace:*", "ansi-colors": "4.1.3", "c12": "3.3.3", "color-support": "1.1.3" }, "devDependencies": { "eslint": "9.39.1", "typescript": "5.9.3" }, "peerDependencies": { "typescript": ">=5.5.3" }, "engines": { "node": ">=20.19.0" } }