UNPKG

tsoa-hono

Version:

A library for integrating the hono router with tsoa

42 lines (41 loc) 959 B
{ "name": "tsoa-hono", "version": "1.2.2", "description": "A library for integrating the hono router with tsoa", "main": "", "files": [ "hono-router.hbs", "Next.ts" ], "scripts": { "build": "tsoa spec-and-routes", "test": "jest --config jest.config.js --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/markusahlstrand/tsoa-hono.git" }, "keywords": [ "tsoa", "cloudflare", "workers" ], "author": "Markus Ahlstrand", "license": "MIT", "bugs": { "url": "https://github.com/markusahlstrand/tsoa-hono/issues" }, "homepage": "https://github.com/markusahlstrand/tsoa-hono#readme", "devDependencies": { "@tsoa/runtime": "^6.1.5", "@types/jest": "^29.5.12", "hono": "^4.1.1", "jest": "^29.7.0", "ts-jest": "29.1.2", "ts-node": "^10.9.2", "tsoa": "^6.1.5", "typescript": "^5.4.2", "wrangler": "^3.34.2" }, "dependencies": {} }