-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 988 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
37
38
{
"name": "sacattendance",
"version": "1.1.0-2021.09.21-0335h",
"description": "Version 2 of SAC Attendance System",
"main": "app.js",
"scripts": {
"start": "node app",
"test": "nodemon app",
"eslint-setup": "eslint --init",
"version-up": "node scripts/versioning"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XinYang-YXY/sacAttendance.git"
},
"author": "MakerspaceNYP",
"license": "MIT",
"bugs": {
"url": "https://github.com/XinYang-YXY/sacAttendance/issues"
},
"homepage": "https://github.com/XinYang-YXY/sacAttendance#readme",
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"airtable": "^0.10.1",
"cron": "^1.8.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.1",
"express-rate-limit": "^5.2.6",
"nodemailer": "^6.5.0",
"sendgrid": "^5.2.3"
},
"devDependencies": {
"eslint": "^7.20.0",
"jsonfile": "^6.1.0",
"nodemon": "^2.0.7"
}
}