ramirez/package.json

31 lines
713 B
JSON
Raw Normal View History

2016-12-05 17:25:20 -05:00
{
"name": "modmailbot",
2019-06-09 09:09:49 -04:00
"version": "2.22.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": {
"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
},
"author": "",
"dependencies": {
"eris": "github:abalabahaha/eris#dev",
"humanize-duration": "^3.12.1",
"json5": "^1.0.1",
2018-09-20 15:33:40 -04:00
"knex": "^0.15.2",
2018-08-07 18:10:38 -04:00
"mime": "^2.3.1",
"moment": "^2.21.0",
"public-ip": "^2.0.1",
"sqlite3": "^4.0.6",
2019-03-06 16:31:24 -05:00
"tmp": "0.0.33",
"transliteration": "^1.6.2",
"uuid": "^3.1.0"
2016-12-05 17:25:20 -05:00
},
"devDependencies": {
"eslint": "^5.16.0"
2016-12-05 17:25:20 -05:00
}
}