Updated package.json

This commit is contained in:
Ahmad 2024-06-19 14:36:10 -04:00
parent 5a40cc4941
commit 2707da9db5
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -5,11 +5,12 @@
"author": "Poixpixel",
"license": "Apache-2.0",
"type": "module",
"private": true,
"scripts": {
"compile": "npx tsc",
"target": "node ./target/discord-bot.js",
"start": "yarn run compile && yarn run target",
"lint": "npx eslint ./source --ext .ts"
"lint": "npx eslint ./source --ext .ts"
},
"dependencies": {
"discord.js": "^14.15.3",
@ -17,8 +18,8 @@
},
"devDependencies": {
"@types/node": "^20.14.3",
"eslint": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"eslint": "^9.5.0"
"typescript": "^5.4.5"
}
}