-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 854 Bytes
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
{
"name": "aut_graduation_website_backend",
"version": "1.0.0",
"description": "This is a repo for the AUT's 1401 graduation ceremony",
"main": "app.js",
"scripts": {
"test": "NODE_ENV=test mocha 'tests/**/*.js' --timeout 8000",
"dev": "nodemon server.js"
},
"keywords": [
"node",
"express"
],
"author": "sina shariati <sina.shariati@yahoo.com> | ali moradzade <alimorizz1379@gmail.com>",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.19"
},
"dependencies": {
"assert": "^2.0.0",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"http-errors": "^2.0.0",
"i": "^0.3.7",
"jsonwebtoken": "^8.5.1",
"mocha": "^10.0.0",
"mongoose": "^6.5.4",
"morgan": "^1.10.0",
"path": "^0.12.7",
"supertest": "^6.2.4"
}
}