{ "name": "@hey-api/shared", "version": "0.2.0", "description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.", "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/codegen-core": "workspace:*", "@hey-api/json-schema-ref-parser": "workspace:*", "@hey-api/types": "workspace:*", "ansi-colors": "4.1.3", "cross-spawn": "7.0.6", "open": "11.0.0", "semver": "7.7.3" }, "devDependencies": { "@types/bun": "1.3.8", "@types/cross-spawn": "6.0.6", "@types/semver": "7.7.1", "eslint": "9.39.1", "typescript": "5.9.3", "yaml": "2.8.2" }, "peerDependencies": { "typescript": ">=5.5.3" }, "engines": { "node": ">=20.19.0" } }