This commit is contained in:
Amaryllis 2023-11-30 21:17:29 +01:00
parent d4f2acaae6
commit 0ee296033c
5 changed files with 839 additions and 428 deletions

View file

@ -5,17 +5,18 @@
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node bot.ts"
"start": "ts-node bot.ts",
"start:watch": "ts-node-dev --respawn --cache-directory ./tmp -- ./bot.ts"
},
"author": "Lily Wonhalf <lilywonhalf@gmail.com>",
"license": "ISC",
"dependencies": {
"axios": "^1.1.3",
"detritus-client-rest": "git+https://github.com/spiralw/DiscordRest#fix-build",
"detritus-client-socket": "git+https://github.com/spiralw/DiscordSocket#fix-build",
"discord-api-types": "^0.37.14",
"discord.js": "^14.14.1",
"dotenv": "^16.0.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
}
}
}