55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "tsoa",
|
|
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
|
|
"version": "6.6.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 -b",
|
|
"watch": "tsc -b -w"
|
|
},
|
|
"author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tsoa/cli": "^6.6.0",
|
|
"@tsoa/runtime": "^6.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.0",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lukeautry/tsoa.git"
|
|
},
|
|
"bin": {
|
|
"tsoa": "dist/cli.js"
|
|
},
|
|
"engines": {
|
|
"yarn": ">=1.9.4",
|
|
"node": ">=18.0.0"
|
|
},
|
|
"engineStrict": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "95021e86152e7c4b628f8996a74a82648a04c133"
|
|
}
|