17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"name": "tcc-local",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"generate": "tsoa spec-and-routes"
|
|
},
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"packageManager": "pnpm@10.20.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"tsoa": "^6.6.0"
|
|
}
|
|
}
|