2016-12-05 17:25:20 -05:00
|
|
|
{
|
|
|
|
"name": "modmailbot",
|
2019-08-13 13:42:47 -04:00
|
|
|
"version": "2.27.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",
|
|
|
|
"lint": "./node_modules/.bin/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-06-15 08:02:29 -04:00
|
|
|
"eris": "^0.10.0",
|
2018-03-13 01:24:01 -04:00
|
|
|
"humanize-duration": "^3.12.1",
|
2018-05-03 12:55:21 -04:00
|
|
|
"json5": "^1.0.1",
|
2018-09-20 15:33:40 -04:00
|
|
|
"knex": "^0.15.2",
|
2019-06-16 15:51:12 -04:00
|
|
|
"knub-command-manager": "^3.1.3",
|
2018-08-07 18:10:38 -04:00
|
|
|
"mime": "^2.3.1",
|
2018-03-11 15:40:21 -04:00
|
|
|
"moment": "^2.21.0",
|
2017-07-23 19:41:31 -04:00
|
|
|
"public-ip": "^2.0.1",
|
2019-06-16 15:27:30 -04:00
|
|
|
"sqlite3": "^4.0.9",
|
2019-03-06 16:31:24 -05:00
|
|
|
"tmp": "0.0.33",
|
2017-12-24 15:04:08 -05:00
|
|
|
"transliteration": "^1.6.2",
|
|
|
|
"uuid": "^3.1.0"
|
2016-12-05 17:25:20 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-06-04 17:51:01 -04:00
|
|
|
"eslint": "^5.16.0"
|
2016-12-05 17:25:20 -05:00
|
|
|
}
|
|
|
|
}
|