@nahkies/typescript-koa-runtime
Version:
Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-koa template
103 lines (102 loc) • 2.38 kB
JSON
{
"name": "@nahkies/typescript-koa-runtime",
"version": "0.21.0",
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-koa template",
"license": "MIT",
"author": {
"name": "Michael Nahkies",
"email": "support@nahkies.co.nz"
},
"homepage": "https://openapi-code-generator.nahkies.co.nz/",
"repository": {
"type": "git",
"url": "https://github.com/mnahkies/openapi-code-generator.git",
"directory": "packages/typescript-koa-runtime"
},
"bugs": {
"url": "https://github.com/mnahkies/openapi-code-generator/issues"
},
"exports": {
"./errors": {
"require": "./dist/errors.js",
"import": "./dist/errors.js",
"types": "./dist/errors.d.ts"
},
"./server": {
"require": "./dist/server.js",
"import": "./dist/server.js",
"types": "./dist/server.d.ts"
},
"./joi": {
"require": "./dist/joi.js",
"import": "./dist/joi.js",
"types": "./dist/joi.d.ts"
},
"./zod": {
"require": "./dist/zod.js",
"import": "./dist/zod.js",
"types": "./dist/zod.d.ts"
}
},
"scripts": {
"clean": "rm -rf ./dist && rm tsconfig.tsbuildinfo",
"build": "tsc -p ./tsconfig.json",
"test": "jest"
},
"dependencies": {
"tslib": "^2.8.1"
},
"peerDependencies": {
"@koa/cors": "^5.0.0",
"@koa/router": "^13.0.0",
"joi": "^17.1.1",
"koa": "^2.16.1 || ^3.0.0",
"koa-body": "^6.0.1",
"zod": "3.25.74"
},
"peerDependenciesMeta": {
"@koa/cors": {
"optional": true
},
"joi": {
"optional": true
},
"koa-body": {
"optional": true
},
"zod": {
"optional": true
}
},
"devDependencies": {
"@koa/cors": "^5.0.0",
"@koa/router": "^13.1.1",
"@types/koa": "^2.15.0",
"@types/koa__cors": "^5.0.0",
"@types/koa__router": "^12.0.4",
"jest": "^30.0.5",
"joi": "^17.13.3",
"koa": "^3.0.0",
"koa-body": "^6.0.1",
"typescript": "~5.8.3",
"zod": "3.25.74"
},
"files": [
"src",
"dist",
"README.md",
"CHANGELOG.md",
"tsconfig.json"
],
"keywords": [
"@nahkies/openapi-code-generator",
"runtime",
"typescript-koa",
"koa",
"zod"
],
"publishConfig": {
"access": "public"
},
"gitHead": "52fe1bd9d62312c6d20318e32fbe17f73468c0de"
}