Files
logori/package.json
2018-07-02 18:28:34 +02:00

19 lines
415 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"
}
}