20 lines
442 B
JSON
20 lines
442 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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bufferutil": "^3.0.5",
|
|
"eris": "^0.8.6",
|
|
"level": "^4.0.0",
|
|
"snekfetch": "^4.0.4",
|
|
"uws": "^10.148.1",
|
|
"zlib-sync": "^0.1.4"
|
|
}
|
|
}
|