{ "name": "@hey-api/vite-plugin", "version": "0.2.1", "description": "🚀 Vite plugin for `@hey-api/openapi-ts` codegen.", "keywords": [ "codegen", "openapi", "plugin", "swagger", "vite", "vite-plugin" ], "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.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" }, "scripts": { "build": "tsdown && pnpm check-exports", "check-exports": "attw --pack .", "dev": "tsdown --watch", "prepublishOnly": "pnpm build" }, "devDependencies": { "@hey-api/openapi-ts": "workspace:*", "typescript": "5.9.3", "vite": "7.3.1" }, "peerDependencies": { "@hey-api/openapi-ts": "<2" } }