fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 73 lines 1.6 kB view raw
1{ 2 "name": "@hey-api/nuxt", 3 "version": "0.2.1", 4 "description": "🚀 Nuxt module 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 }, 10 "bugs": { 11 "url": "https://github.com/hey-api/openapi-ts/issues" 12 }, 13 "license": "MIT", 14 "author": { 15 "email": "lubos@heyapi.dev", 16 "name": "Hey API", 17 "url": "https://heyapi.dev" 18 }, 19 "funding": "https://github.com/sponsors/hey-api", 20 "keywords": [ 21 "client", 22 "codegen", 23 "fetch", 24 "http", 25 "javascript", 26 "nuxt", 27 "openapi", 28 "rest", 29 "swagger", 30 "typescript", 31 "vue" 32 ], 33 "type": "module", 34 "exports": { 35 ".": { 36 "types": "./dist/types.d.ts", 37 "import": "./dist/module.mjs", 38 "require": "./dist/module.cjs" 39 } 40 }, 41 "main": "./dist/module.cjs", 42 "types": "./dist/types.d.ts", 43 "sideEffects": false, 44 "files": [ 45 "dist", 46 "LICENSE.md", 47 "README.md" 48 ], 49 "scripts": { 50 "build": "nuxt-module-build build", 51 "dev": "tsdown --watch", 52 "prepack": "pnpm build", 53 "prepublishOnly": "pnpm build" 54 }, 55 "dependencies": { 56 "@nuxt/kit": "3.15.4", 57 "defu": "6.1.4", 58 "mlly": "1.8.0" 59 }, 60 "peerDependencies": { 61 "@hey-api/openapi-ts": "<2", 62 "nuxt": ">=3.0.0", 63 "vue": ">=3.5.13" 64 }, 65 "devDependencies": { 66 "@config/vite-base": "workspace:*", 67 "@hey-api/openapi-ts": "workspace:*", 68 "@nuxt/module-builder": "0.8.4", 69 "@nuxt/schema": "3.16.2", 70 "@nuxt/test-utils": "3.21.0", 71 "vite": "7.1.2" 72 } 73}