This commit is contained in:
Ryan Cao 2022-09-16 23:02:51 +08:00
parent f3c4151e24
commit c346ad66db
No known key found for this signature in database
6 changed files with 216 additions and 219 deletions

View file

@ -6,7 +6,7 @@
"dev": "NODE_ENV=development tsx watch src/index.ts",
"start": "tsx src/index.ts",
"reupload": "tsx src/_reupload.ts",
"lint": "tsc --noEmit && eslint **/*.ts"
"lint": "eslint ."
},
"dependencies": {
"@discordjs/rest": "^1.1.0",
@ -15,17 +15,17 @@
"kleur": "^4.1.5",
"node-fetch": "^3.2.10",
"remove-markdown": "^0.5.0",
"tsx": "^3.8.2",
"tsx": "^3.9.0",
"url-regex": "^5.0.0"
},
"devDependencies": {
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"dotenv": "^16.0.1",
"esbuild": "^0.15.5",
"eslint": "^8.22.0",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"dotenv": "^16.0.2",
"esbuild": "^0.15.7",
"eslint": "^8.23.1",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
"typescript": "^4.8.3"
}
}