|
| 1 | +{ |
| 2 | + "name": "@hey-api/nx-plugin", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "🚀 Nx plugin for `@hey-api/openapi-ts` codegen.", |
| 5 | + "homepage": "https://heyapi.dev/", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git+https://github.com/hey-api/openapi-ts.git", |
| 9 | + "directory": "packages/nx-plugin" |
| 10 | + }, |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/hey-api/openapi-ts/issues" |
| 13 | + }, |
| 14 | + "license": "MIT", |
| 15 | + "author": { |
| 16 | + |
| 17 | + "name": "Hey API", |
| 18 | + "url": "https://heyapi.dev" |
| 19 | + }, |
| 20 | + "funding": "https://github.com/sponsors/hey-api", |
| 21 | + "keywords": [ |
| 22 | + "codegen", |
| 23 | + "openapi", |
| 24 | + "plugin", |
| 25 | + "nx", |
| 26 | + "swagger" |
| 27 | + ], |
| 28 | + "type": "commonjs", |
| 29 | + "main": "./dist/index.js", |
| 30 | + "module": "./dist/index.js", |
| 31 | + "types": "./dist/index.d.ts", |
| 32 | + "scripts": { |
| 33 | + "build": "tsup && pnpm check-exports", |
| 34 | + "check-exports": "attw --pack .", |
| 35 | + "test:watch": "vitest watch --config vitest.config.ts", |
| 36 | + "test": "vitest run --config vitest.config.ts", |
| 37 | + "typecheck": "tsc --noEmit", |
| 38 | + "prepublishOnly": "pnpm build" |
| 39 | + }, |
| 40 | + "exports": { |
| 41 | + "./package.json": "./package.json", |
| 42 | + ".": { |
| 43 | + "development": "./src/index.ts", |
| 44 | + "types": "./dist/index.d.ts", |
| 45 | + "import": "./dist/index.js", |
| 46 | + "default": "./dist/index.js" |
| 47 | + } |
| 48 | + }, |
| 49 | + "executors": "./executors.json", |
| 50 | + "generators": "./generators.json", |
| 51 | + "dependencies": { |
| 52 | + "@hey-api/json-schema-ref-parser": "1.0.4", |
| 53 | + "@hey-api/openapi-ts": "workspace:*", |
| 54 | + "@nx/devkit": "20.7.2", |
| 55 | + "latest-version": "9.0.0", |
| 56 | + "openapi-diff": "0.23.7", |
| 57 | + "tslib": "2.8.1", |
| 58 | + "xcurl": "2.1.2" |
| 59 | + }, |
| 60 | + "devDependencies": { |
| 61 | + "@config/vite-base": "workspace:*", |
| 62 | + "typescript": "5.8.3", |
| 63 | + "vitest": "3.1.1" |
| 64 | + }, |
| 65 | + "files": [ |
| 66 | + "dist", |
| 67 | + "LICENSE.md", |
| 68 | + "generators.json", |
| 69 | + "executors.json" |
| 70 | + ] |
| 71 | +} |
0 commit comments