-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 883 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
{
"name": "MarketDF",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"cheerio-tableparser": "^1.0.1",
"got": "^10.4.0",
"jsdom": "^16.4.0",
"moment": "^2.29.1",
"puppeteer": "^5.3.1",
"puppeteer-extra": "^3.1.15",
"puppeteer-extra-plugin-adblocker": "^2.11.6",
"puppeteer-extra-plugin-stealth": "^2.6.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"axios": "^0.27.2",
"chart.js": "^3.8.0",
"chartjs-to-image": "^1.0.5",
"discord.js": "^13.7.0",
"dotenv": "^16.0.1",
"mysql": "^2.18.1",
"node-fetch": "^2.6.7",
"node-schedule": "^2.1.0",
"quickchart-js": "^3.0.1"
}
}