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",
|
2023-11-30 21:17:29 +01:00
|
|
|
"start": "ts-node bot.ts",
|
|
|
|
|
"start:watch": "ts-node-dev --respawn --cache-directory ./tmp -- ./bot.ts"
|
2021-05-02 20:00:36 -04:00
|
|
|
},
|
|
|
|
|
"author": "Lily Wonhalf <lilywonhalf@gmail.com>",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
2022-10-21 12:51:50 +02:00
|
|
|
"axios": "^1.1.3",
|
2022-10-21 17:22:01 +00:00
|
|
|
"discord-api-types": "^0.37.14",
|
2023-11-30 21:17:29 +01:00
|
|
|
"discord.js": "^14.14.1",
|
2022-10-21 17:22:01 +00:00
|
|
|
"dotenv": "^16.0.3",
|
|
|
|
|
"ts-node": "^10.9.1",
|
2023-11-30 21:17:29 +01:00
|
|
|
"ts-node-dev": "^2.0.0",
|
2022-10-21 17:22:01 +00:00
|
|
|
"typescript": "^4.8.4"
|
2021-05-02 20:00:36 -04:00
|
|
|
}
|
2023-11-30 21:17:29 +01:00
|
|
|
}
|