Spot/package.json

22 lines
640 B
JSON
Raw Normal View History

2021-05-02 20:00:36 -04:00
{
"name": "simplypluralbot",
"version": "1.0.0",
"description": "Simply Plural bot for Discord",
"main": "bot.js",
"scripts": {
2023-01-22 03:08:00 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node bot.ts"
2021-05-02 20:00:36 -04:00
},
"author": "Lily Wonhalf <lilywonhalf@gmail.com>",
"license": "ISC",
"dependencies": {
"axios": "^1.1.3",
2023-01-22 00:14:19 +00:00
"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"
2021-05-02 20:00:36 -04:00
}
}