-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.62 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "ntunhs-assistant",
"version": "1.2.0",
"private": true,
"scripts": {
"start": "node ./server.js",
"build": "node ./build.js",
"initconfig": "node ./addConfig.js",
"release": "standard-version"
},
"standard-version": {
"skip": {
"tag": true,
"commit": true
}
},
"dependencies": {
"abort-controller": "^3.0.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.10",
"chromedriver": "^94.0.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto-js": "^3.3.0",
"docx": "^4.7.1",
"dotenv": "^8.6.0",
"ejs": "^2.7.4",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fake-useragent": "^1.0.1",
"fetch-cookie": "^0.11.0",
"follow-redirects": "^1.14.1",
"form-data": "^3.0.1",
"fs": "0.0.1-security",
"get-port": "^5.1.1",
"glob": "^10.3.10",
"iconv-lite": "^0.5.2",
"lodash": "^4.17.21",
"log-to-file": "^2.0.2",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongodb": "^3.6.9",
"node-fetch": "^2.6.1",
"node-schedule": "^1.3.3",
"object-hash": "^2.2.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pdfmake": "^0.1.71",
"puppeteer": "^22.1.0",
"request": "^2.88.2",
"saslprep": "^1.0.3",
"selenium-webdriver": "^4.0.0-beta.4",
"socks-proxy-agent": "^5.0.1",
"tape": "^4.13.3",
"tough-cookie": "^4.0.0",
"webrtc-adapter": "^7.7.1",
"xlsx": "^0.15.6",
"xlsx-style": "^0.8.13"
}
}