added ts-node

This commit is contained in:
Ashley Rosch
2021-07-11 00:16:46 -05:00
parent fc21605138
commit 514bc6d7b6
2 changed files with 246 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"devDependencies": {
"@types/node": "^16.3.1",
"discord-buttons": "github:ZomoXYZ/discord-buttons",
"discord.js": "^12.5.3"
"discord.js": "^12.5.3",
"ts-node": "^10.1.0"
}
}