Spot/package.json
2023-01-22 03:08:00 +00:00

21 lines
640 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",
"start": "ts-node 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",
"dotenv": "^16.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}