tsoa
This commit is contained in:
57
node_modules/@tsoa/runtime/package.json
generated
vendored
Normal file
57
node_modules/@tsoa/runtime/package.json
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "@tsoa/runtime",
|
||||
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
|
||||
"version": "7.0.0-alpha.0",
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"keywords": [
|
||||
"typescript",
|
||||
"openapi",
|
||||
"swagger",
|
||||
"server",
|
||||
"node",
|
||||
"node.js",
|
||||
"codegen",
|
||||
"generation",
|
||||
"express",
|
||||
"hapi.js",
|
||||
"koa"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "yarn tsc",
|
||||
"tsc": "tsc",
|
||||
"watch": "tsc -w"
|
||||
},
|
||||
"author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@hapi/boom": "^10.0.1",
|
||||
"@hapi/hapi": "^21.3.12",
|
||||
"@types/koa": "^2.15.0",
|
||||
"@types/multer": "^1.4.12",
|
||||
"express": "^4.21.2",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"validator": "^13.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/validator": "^13.12.2",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lukeautry/tsoa.git"
|
||||
},
|
||||
"engines": {
|
||||
"yarn": ">=1.9.4",
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"engineStrict": true,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "6595d721e241360c920966c275440c09bd78fdb8"
|
||||
}
|
||||
Reference in New Issue
Block a user