-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 754 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
{
"name": "scholarform",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"devStart": "nodemon index.js",
"rd": "node migrateDatabaseInfo.js",
"makeSampleData": "node makeSampleData.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
"jsonwebtoken": "^9.0.1",
"jszip": "^3.10.1",
"mongoose": "^6.11.4",
"nodemailer": "^6.8.0",
"pug": "^3.0.2",
"puppeteer": "^19.7.5"
},
"devDependencies": {
"node-fetch": "^2.6.8",
"nodemon": "^2.0.20"
}
}