-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
43
{
"name": "cardinalhours",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"start": "nodemon app.ts",
"build": "tsc --project ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lr1729/CardinalHoursServer.git"
},
"author": "lr1729",
"license": "ISC",
"bugs": {
"url": "https://github.com/lr1729/CardinalHoursServer/issues"
},
"homepage": "https://github.com/lr1729/CardinalHoursServer#readme",
"dependencies": {
"async-redis": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"googleapis": "^126.0.1",
"mysql-await": "^2.1.8",
"mysql-redis": "^0.7.2",
"mysql2": "^2.3.0",
"nodemon": "^2.0.12",
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"winston": "^3.10.0",
"ws": "^8.4.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/http-errors": "^1.8.1",
"@types/mysql": "^2.15.19",
"@types/node": "^16.6.2"
}
}