30 lines
647 B
JSON
30 lines
647 B
JSON
{
|
|
"name": "modmailbot",
|
|
"version": "2.21.1",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "./node_modules/.bin/eslint ./src"
|
|
},
|
|
"author": "",
|
|
"dependencies": {
|
|
"eris": "^0.9.0",
|
|
"humanize-duration": "^3.12.1",
|
|
"json5": "^1.0.1",
|
|
"knex": "^0.15.2",
|
|
"mime": "^2.3.1",
|
|
"moment": "^2.21.0",
|
|
"public-ip": "^2.0.1",
|
|
"sqlite3": "^4.0.6",
|
|
"tmp": "0.0.33",
|
|
"transliteration": "^1.6.2",
|
|
"uuid": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.6.0"
|
|
}
|
|
}
|