Spot/package.json
spiral 56091a6df7
rewrite
this is a rewrite of the bot in typescript. detritus is used as a discord library instead of discord.js
2022-10-21 17:22:01 +00:00

20 lines
593 B
JSON

{
"name": "simplypluralbot",
"version": "1.0.0",
"description": "Simply Plural bot for Discord",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lily Wonhalf <lilywonhalf@gmail.com>",
"license": "ISC",
"dependencies": {
"axios": "^1.1.3",
"detritus-client-rest": "git+https://github.com/Tupperbox/DiscordRest",
"detritus-client-socket": "git+https://github.com/Tupperbox/DiscordSocket",
"discord-api-types": "^0.37.14",
"dotenv": "^16.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}