deps
This commit is contained in:
parent
0c09ffb571
commit
037362cf4b
2 changed files with 213 additions and 868 deletions
18
package.json
18
package.json
|
@ -10,22 +10,20 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cliqz/adblocker": "^1.23.8",
|
"@cliqz/adblocker": "^1.23.8",
|
||||||
"discord-command-parser": "^1.5.3",
|
"discord-command-parser": "^1.5.3",
|
||||||
"discord.js": "^13.7.0",
|
"discord.js": "^13.8.0",
|
||||||
"dotenv": "^16.0.1",
|
|
||||||
"kleur": "^4.1.4",
|
"kleur": "^4.1.4",
|
||||||
"node-fetch": "^3.2.4",
|
"node-fetch": "^3.2.5",
|
||||||
"remove-markdown": "^0.5.0",
|
"remove-markdown": "^0.5.0",
|
||||||
"tsx": "^3.4.2",
|
"tsx": "^3.4.2",
|
||||||
"url-regex": "^5.0.0"
|
"url-regex": "^5.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@esbuild-plugins/node-resolve": "^0.1.4",
|
"@types/node": "^17.0.41",
|
||||||
"@types/node": "^17.0.38",
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
"@typescript-eslint/parser": "^5.27.1",
|
||||||
"@typescript-eslint/parser": "^5.25.0",
|
"dotenv": "^16.0.1",
|
||||||
"esbuild": "^0.14.39",
|
"esbuild": "^0.14.43",
|
||||||
"eslint": "^8.16.0",
|
"eslint": "^8.17.0",
|
||||||
"nodemon": "^2.0.16",
|
|
||||||
"prettier": "^2.6.2",
|
"prettier": "^2.6.2",
|
||||||
"typescript": "^4.6.4"
|
"typescript": "^4.6.4"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue