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.
37 lines
859 B
37 lines
859 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.5"
|
|
},
|
|
"dependencies": {
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/mongoose": "^5.11.97",
|
|
"@types/request": "^2.48.8",
|
|
"axios": "^1.2.6",
|
|
"cors": "^2.8.5",
|
|
"express-winston": "^4.2.0",
|
|
"mongodb": "^5.0.0",
|
|
"mongoose": "^6.9.0",
|
|
"morgan": "^1.10.0",
|
|
"request": "^2.88.2",
|
|
"swagger-ui-express": "^4.6.0",
|
|
"winston": "^3.8.2"
|
|
}
|
|
}
|