UNPKG

@cabloy/zod-openapi

Version:
45 lines 894 B
{ "name": "@cabloy/zod-openapi", "type": "module", "version": "1.0.6", "description": "zod-openapi", "publishConfig": { "access": "public" }, "author": "zhennann", "license": "MIT", "homepage": "https://github.com/cabloy/zova#readme", "repository": { "type": "git", "url": "git+https://github.com/cabloy/zova.git" }, "bugs": { "url": "https://github.com/cabloy/zova/issues" }, "keywords": [ "vue3", "ioc", "zova" ], "exports": { ".": { "types": [ "./src/index.ts", "./dist/index.d.ts" ], "default": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "dependencies": { "@cabloy/zod-to-openapi": "^8.1.4" }, "scripts": { "lint": "eslint .", "clean": "rimraf dist tsconfig.tsbuildinfo", "tsc:publish": "npm run clean && tsc" } }