19 lines
472 B
JSON
19 lines
472 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": {
|
|
"eris": "^0.13.3",
|
|
"level": "^6.0.1",
|
|
"leveldown": "^5.6.0",
|
|
"levelup": "^4.4.0",
|
|
"zlib-sync": "^0.1.7"
|
|
}
|
|
}
|