-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "alhouda-api",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "node index.ts",
"dev": "nodemon index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/bcryptjs": "^2.4.6",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.21.1",
"formidable": "^3.5.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.6",
"morgan": "^1.10.0",
"nodemon": "^3.1.3",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/cors": "^2.8.16",
"@types/dotenv": "^8.2.3",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"dotenv": "^16.4.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}