-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 844 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
{
"name": "exam_mgmt",
"version": "1.0.0",
"description": "A project for setting and solving exam questions",
"main": "server.js",
"scripts": {
"start": "node ./build/server.js",
"build": "tsc -p .",
"dev": "nodemon ./src/server.ts"
},
"author": "Gibril1 <gibrilissakaiddrisu@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.35.0",
"colors": "^1.4.0",
"colorts": "^0.1.63",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-graphql": "^0.12.0",
"graphql": "^16.6.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.1",
"nodemon": "^2.0.21",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"validator": "^13.9.0"
}
}