Spot/package.json

18 lines
419 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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lily Wonhalf <lilywonhalf@gmail.com>",
"license": "ISC",
"dependencies": {
"@lilywonhalf/pretty-logger": "^1.1.3",
"axios": "^1.1.3",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3"
2021-05-02 20:00:36 -04:00
}
}