tsoa-workers
Version:
A add-on for running tsoa on cloudflare workers
33 lines (32 loc) • 746 B
JSON
{
"name": "tsoa-workers",
"version": "1.3.6",
"description": "A add-on for running tsoa on cloudflare workers",
"main": "",
"files": [
"cloudworker-router.hbs"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markusahlstrand/tsoa-workers.git"
},
"keywords": [
"tsoa",
"cloudflare",
"workers"
],
"author": "Markus Ahlstrand",
"license": "MIT",
"bugs": {
"url": "https://github.com/markusahlstrand/tsoa-workers/issues"
},
"homepage": "https://github.com/markusahlstrand/tsoa-workers#readme",
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {}
}