-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 KB
/
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
37
38
39
40
{
"name": "IoT-Teacher-Review-Backend",
"version": "2.1.0",
"main": "index.js",
"repository": "git@github.com:iot-lab-kiit/IoT-Teacher-Review-Backend.git",
"author": "kpriyanshu2003 <az.priyanshu.rockstar@gmail.com>",
"license": "MIT",
"scripts": {
"start": "ts-node index.ts",
"dev": "nodemon index.ts"
},
"dependencies": {
"axios": "^1.7.2",
"bad-words-next": "^2.3.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-ejs-layouts": "^2.5.1",
"firebase-admin": "^12.0.0",
"method-override": "^3.0.0",
"mongoose": "^8.2.4",
"morgan": "^1.10.0",
"nodemon": "^3.1.0",
"path": "^0.12.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/method-override": "^0.0.35",
"@types/mime": "^4.0.0",
"@types/morgan": "^1.9.9"
}
}