fork of hey-api/openapi-ts because I need some additional things
at main 2.4 kB view raw
1{ 2 "name": "openapi-ts-monorepo", 3 "version": "0.1.0", 4 "description": "Public @hey-api monorepo", 5 "private": true, 6 "homepage": "https://heyapi.dev", 7 "repository": { 8 "type": "git", 9 "url": "git+https://github.com/hey-api/openapi-ts.git" 10 }, 11 "bugs": { 12 "url": "https://github.com/hey-api/openapi-ts/issues" 13 }, 14 "license": "MIT", 15 "author": { 16 "email": "lubos@heyapi.dev", 17 "name": "Hey API", 18 "url": "https://heyapi.dev" 19 }, 20 "funding": "https://github.com/sponsors/hey-api", 21 "type": "module", 22 "scripts": { 23 "build": "turbo run build", 24 "changeset": "changeset", 25 "examples:check": "sh ./scripts/examples-check.sh", 26 "examples:generate": "sh ./scripts/examples-generate.sh", 27 "format": "prettier --write .", 28 "lint:fix": "prettier --check --write . && eslint . --fix", 29 "lint": "prettier --check . && eslint .", 30 "prepare": "husky", 31 "test:changelog": "vitest run __tests__/*.test.ts", 32 "test:changelog:watch": "vitest watch __tests__/*.test.ts", 33 "test:coverage": "turbo run test:coverage", 34 "test:update": "turbo run test:update", 35 "test:watch": "turbo run test:watch", 36 "test": "turbo run test", 37 "typecheck": "turbo run typecheck" 38 }, 39 "engines": { 40 "node": ">=20.19.0" 41 }, 42 "devDependencies": { 43 "@arethetypeswrong/cli": "0.18.2", 44 "@changesets/cli": "2.29.8", 45 "@changesets/get-github-info": "0.7.0", 46 "@changesets/parse": "0.4.2", 47 "@changesets/types": "6.1.0", 48 "@config/vite-base": "workspace:*", 49 "@eslint/js": "9.39.1", 50 "@hey-api/custom-client": "workspace:*", 51 "@hey-api/openapi-ts": "workspace:*", 52 "@types/node": "22.10.5", 53 "@typescript-eslint/eslint-plugin": "8.29.1", 54 "@vitest/coverage-v8": "3.2.4", 55 "dotenv": "17.2.3", 56 "eslint": "9.39.1", 57 "eslint-config-prettier": "9.1.2", 58 "eslint-plugin-simple-import-sort": "12.1.1", 59 "eslint-plugin-sort-destructure-keys": "2.0.0", 60 "eslint-plugin-sort-keys-fix": "1.1.2", 61 "eslint-plugin-typescript-sort-keys": "3.3.0", 62 "eslint-plugin-vue": "9.33.0", 63 "globals": "16.5.0", 64 "husky": "9.1.7", 65 "lint-staged": "16.2.7", 66 "prettier": "3.4.2", 67 "rollup": "4.54.0", 68 "rollup-plugin-dts": "6.1.1", 69 "ts-node": "10.9.2", 70 "tsdown": "0.17.3", 71 "turbo": "2.7.0", 72 "typescript": "5.9.3", 73 "typescript-eslint": "8.29.1", 74 "vitest": "3.2.4" 75 }, 76 "packageManager": "pnpm@10.26.1" 77}