-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1004 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
38
39
40
{
"name": "minecraft-manager",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@types/cheerio": "^0.22.29",
"@types/node-fetch": "^2.5.10",
"@types/shelljs": "^0.8.8",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.10",
"chokidar": "^3.5.2",
"commander": "^7.2.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"figlet": "^1.5.0",
"node-fetch": "^2.6.1",
"node-watch": "^0.7.1",
"puppeteer": "5",
"puppeteer-extra": "^3.1.18",
"puppeteer-extra-plugin-stealth": "^2.7.8",
"shelljs": "^0.8.4",
"typescript": "^4.3.3"
},
"scripts": {
"dev": "tsc --watch",
"start": "node dist/index.js",
"build": "tsc"
},
"devDependencies": {
"@types/figlet": "^1.5.1",
"@types/node": "^15.12.2",
"@types/ws": "^7.4.5",
"patch-package": "^6.4.7",
"ws": "^7.5.0"
}
}