-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "muse-tracker",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.1.2",
"axios": "^0.24.0",
"bluebird": "^3.5.0",
"cheerio": "^1.0.0-rc.2",
"dayjs": "^1.11.6",
"dedent-js": "^1.0.1",
"dotenv": "^4.0.0",
"fb": "^2.0.0",
"knex": "^0.21.0",
"moment": "^2.16.0",
"node-ray": "^1.19.2",
"promise-retry": "^1.1.1",
"puppeteer": "^13.0.1",
"request": "^2.78.0",
"request-promise-native": "^1.0.4",
"rss-parser": "^2.5.2",
"sanitize-html": "^1.14.1",
"snoowrap": "^1.12.0",
"socks-proxy-agent": "^5.0.0",
"sqlite3": "^5.1.2",
"strip-json-comments": "^2.0.1",
"tiny-async-pool": "^1.1.0",
"tough-cookie-file-store": "^1.2.0",
"twit": "git+https://github.com/ncla/twit.git",
"underscore": "^1.8.3",
"winston": "^2.3.0",
"xml-js": "^1.6.11",
"yargs": "^17.0.0"
}
}