-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 904 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
{
"name": "@cougargrades/peoplesoft",
"version": "2.0.1",
"description": "",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts"
},
"dependencies": {
"@au5ton/snooze": "^1.0.3",
"bull": "^3.18.1",
"bull-board": "^1.2.0",
"chalk": "^4.1.0",
"d3-time-format": "^3.0.0",
"express": "^4.17.1",
"node-fetch": "^3.1.1",
"puppeteer": "^3.0.4",
"rrule": "^2.6.6",
"telegraf": "^3.38.0",
"typescript-is": "^0.16.3",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/bull": "^3.14.4",
"@types/bull-board": "^0.6.0",
"@types/d3-time-format": "^3.0.0",
"@types/express": "^4.17.9",
"@types/node-fetch": "^2.5.7",
"@types/puppeteer": "^3.0.4",
"@types/rrule": "^2.2.9",
"@types/uuid": "^8.3.0",
"ts-node": "^9.0.0",
"ttypescript": "^1.5.12",
"typescript": "^4.0.5"
}
}