Refactor bot. (#8)
This commit is contained in:
parent
e0374bea36
commit
259d540e6f
18 changed files with 491 additions and 300 deletions
10
package.json
10
package.json
|
@ -1,15 +1,17 @@
|
|||
{
|
||||
"name": "polly",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development nodemon --watch index.ts --exec esno index.ts",
|
||||
"build": "esbuild index.ts --format=cjs --platform=node --target=node17 --minify --bundle --sourcemap --external:discord.js --outdir=dist",
|
||||
"dev": "NODE_ENV=development nodemon --ext ts,json --watch src --exec esno src/index.ts",
|
||||
"build": "tsc",
|
||||
"lint": "eslint **/*.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cliqz/adblocker": "^1.23.8",
|
||||
"discord-command-parser": "^1.5.3",
|
||||
"discord.js": "^13.7.0",
|
||||
"dotenv": "^16.0.1",
|
||||
"kleur": "^4.1.4",
|
||||
"node-fetch": "^3.2.4",
|
||||
"remove-markdown": "^0.5.0",
|
||||
|
@ -17,7 +19,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@esbuild-plugins/node-resolve": "^0.1.4",
|
||||
"@types/remove-markdown": "^0.3.1",
|
||||
"@types/bad-words": "^3.0.1",
|
||||
"@types/node": "^17.0.38",
|
||||
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
||||
"@typescript-eslint/parser": "^5.25.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue