UNPKG

openapi-tsk

Version:
50 lines 1.16 kB
{ "name": "openapi-tsk", "version": "1.1.9", "description": "openapi tool to use with NodeTskeleton template project", "repository": { "type": "git", "url": "https://github.com/harvic3/nodetskeleton-tools" }, "keywords": [ "openapi", "tskeleton", "swagger", "docs", "tool", "tsk", "zod" ], "author": "Vickodev<harvic3@proton.me>", "license": "BSD 3-Clause", "homepage": "https://github.com/harvic3/nodetskeleton-tools/blob/master/src/result-tsk/README.md", "bugs": { "url": "https://github.com/harvic3/nodetskeleton-tools/issues" }, "directories": { "lib": "lib" }, "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "rm -rf lib/* && tsc --sourceMap false", "build-map": "rm -rf lib/* && tsc", "upload": "npm run build && npm publish" }, "devDependencies": { "@types/node": "^22.19.3", "typescript": "^5.9.3" }, "dependencies": { "@anatine/zod-openapi": "^2.2.8", "reflect-metadata": "^0.2.2" }, "peerDependencies": { "zod": "^3.25.76" }, "overrides": { "@anatine/zod-openapi": { "zod": "$zod" } } }