-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
41
42
{
"name": "harker-office-hours-signup",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"start": "tsc && node build/index.js",
"serve": "nodemon index.ts",
"format": "prettier . -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harker-Hackers/Office-Hours-Signup.git"
},
"author": "Aarav Borthakur and Aarush Vailaya",
"license": "MIT",
"bugs": {
"url": "https://github.com/Harker-Hackers/Office-Hours-Signup/issues"
},
"homepage": "https://github.com/Harker-Hackers/Office-Hours-Signup#readme",
"dependencies": {
"@rockset/client": "^0.8.23",
"@types/nodemailer": "^6.4.4",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.6",
"express": "^4.17.3",
"google-auth-library": "^7.14.1",
"jsonwebtoken": "^8.5.1",
"nodemailer": "^6.7.4",
"socket.io": "^4.5.0"
},
"devDependencies": {
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"nodemon": "^2.0.15",
"prettier": "^2.6.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}