-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 902 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
{
"dependencies": {
"@cliqz/adblocker-puppeteer": "^1.26.5",
"@discordjs/rest": "^1.5.0",
"@types/async": "^3.2.16",
"axios": "^1.3.5",
"cross-fetch": "^3.1.5",
"discord-api-types": "0.33.5",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"mongoose": "^6.8.3",
"prettier": "^2.8.8",
"puppeteer": "^19.8.5",
"puppeteer-cluster": "^0.23.0",
"ts-node": "^10.9.1"
},
"scripts": {
"build": "del /q/s/f dist && cls && tsc -p tsconfig.json && ts-node dist/utils/index.js"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.42.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"typescript": "*"
}
}