Files
logori/package.json
2020-08-02 22:58:12 +01:00

20 lines
495 B
JSON

{
"name": "logori",
"version": "1.0.0",
"description": "A discord bot intended to complete the audit log",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alejandro W. Sior, Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
"license": "MIT",
"dependencies": {
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"eris": "^0.13.3",
"moment": "^2.27.0",
"sequelize": "^6.3.3",
"sqlite3": "^5.0.0"
}
}