{ "name": "@hey-api/codegen-core", "version": "0.4.0", "description": "🧱 TypeScript framework for generating files.", "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": [ "codegen", "generator", "javascript", "node", "typescript" ], "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" } }, "./package.json": "./package.json" }, "files": [ "dist", "LICENSE.md", "README.md" ], "scripts": { "build": "tsdown && pnpm check-exports", "check-exports": "attw --pack . --profile node16", "dev": "tsdown --watch", "prepublishOnly": "pnpm build", "test:coverage": "vitest run --coverage", "test:update": "vitest watch --update", "test:watch": "vitest watch", "test": "vitest run", "typecheck": "tsc --noEmit" }, "engines": { "node": ">=20.19.0" }, "dependencies": { "ansi-colors": "4.1.3", "color-support": "1.1.3" }, "peerDependencies": { "typescript": ">=5.5.3" }, "devDependencies": { "@config/vite-base": "workspace:*", "eslint": "9.39.1", "prettier": "3.4.2", "typescript": "5.9.3" } }