You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
657 B
30 lines
657 B
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/server.ts",
|
|
"scripts": {
|
|
"start": "nodemon src/server.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.13",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/express": "^4.17.16",
|
|
"@types/morgan": "^1.9.4",
|
|
"nodemon": "^2.0.20",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express-winston": "^4.2.0",
|
|
"morgan": "^1.10.0",
|
|
"swagger-ui-express": "^4.6.0",
|
|
"winston": "^3.8.2"
|
|
}
|
|
}
|