{ "name": "@hey-api/custom-client", "version": "0.1.1", "private": true, "description": "Custom client for `@hey-api/openapi-ts` codegen. Used for testing.", "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", "src" ], "type": "module", "sideEffects": false, "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" } }, "./plugin": { "import": { "types": "./dist/plugin.d.mts", "default": "./dist/plugin.mjs" }, "require": { "types": "./dist/plugin.d.cts", "default": "./dist/plugin.cjs" } }, "./package.json": "./package.json" }, "scripts": { "build": "tsdown && rollup -c && pnpm check-exports", "check-exports": "attw --profile node16 --pack .", "dev": "tsdown --watch", "prepublishOnly": "pnpm build" }, "devDependencies": { "@hey-api/codegen-core": "workspace:*", "@hey-api/openapi-ts": "workspace:*", "rollup": "4.56.0", "rollup-plugin-dts": "6.1.1" }, "peerDependencies": { "@hey-api/codegen-core": "<2", "@hey-api/openapi-ts": "<2" } }