2016-12-05 17:25:20 -05:00
|
|
|
{
|
|
|
|
"name": "modmailbot",
|
2020-05-24 19:01:45 -04:00
|
|
|
"version": "2.31.0-beta.0",
|
2016-12-05 17:25:20 -05:00
|
|
|
"description": "",
|
2017-03-01 02:59:15 -05:00
|
|
|
"license": "MIT",
|
2016-12-05 17:25:20 -05:00
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
2018-02-11 14:54:30 -05:00
|
|
|
"start": "node src/index.js",
|
2019-06-09 08:56:19 -04:00
|
|
|
"watch": "nodemon -w src src/index.js",
|
2017-09-19 13:23:55 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2019-12-02 12:01:36 -05:00
|
|
|
"lint": "eslint ./src"
|
2016-12-05 17:25:20 -05:00
|
|
|
},
|
2019-06-09 10:31:17 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Dragory/modmailbot"
|
|
|
|
},
|
2016-12-05 17:25:20 -05:00
|
|
|
"dependencies": {
|
2019-12-02 11:26:54 -05:00
|
|
|
"eris": "^0.11.1",
|
2018-03-13 01:24:01 -04:00
|
|
|
"humanize-duration": "^3.12.1",
|
2019-12-02 18:51:11 -05:00
|
|
|
"ini": "^1.3.5",
|
2019-12-02 11:26:54 -05:00
|
|
|
"json5": "^2.1.1",
|
|
|
|
"knex": "^0.20.3",
|
2019-10-26 04:54:43 -04:00
|
|
|
"knub-command-manager": "^6.1.0",
|
2019-12-02 11:26:54 -05:00
|
|
|
"mime": "^2.4.4",
|
|
|
|
"moment": "^2.24.0",
|
2019-09-17 18:34:17 -04:00
|
|
|
"mv": "^2.1.1",
|
2019-12-02 11:26:54 -05:00
|
|
|
"public-ip": "^4.0.0",
|
2020-07-08 21:05:28 -04:00
|
|
|
"sqlite3": "^5.0.0",
|
2019-12-02 11:26:54 -05:00
|
|
|
"tmp": "^0.1.0",
|
|
|
|
"transliteration": "^2.1.7",
|
|
|
|
"uuid": "^3.3.3"
|
2016-12-05 17:25:20 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-02 12:01:36 -05:00
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"nodemon": "^2.0.1"
|
2020-05-24 19:39:41 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0 <14.0.0"
|
2016-12-05 17:25:20 -05:00
|
|
|
}
|
|
|
|
}
|