UNPKG

openapi-tsk

Version:
44 lines (43 loc) 1.06 kB
{ "name": "openapi-tsk", "version": "1.1.4", "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.9.0", "typescript": "^5.8.3" }, "dependencies": { "@anatine/zod-openapi": "^2.2.8", "reflect-metadata": "^0.2.2", "zod": "^3.25.67" } }