ramirez/package.json

38 lines
861 B
JSON
Raw Normal View History

2016-12-05 17:25:20 -05:00
{
"name": "modmailbot",
2019-09-17 19:26:08 -04:00
"version": "2.28.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": "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": {
"@iarna/toml": "^2.2.3",
2019-12-02 11:26:54 -05:00
"eris": "^0.11.1",
"humanize-duration": "^3.12.1",
2019-12-02 11:26:54 -05:00
"json5": "^2.1.1",
"knex": "^0.20.3",
"knub-command-manager": "^6.1.0",
2019-12-02 11:26:54 -05:00
"mime": "^2.4.4",
"moment": "^2.24.0",
"mv": "^2.1.1",
2019-12-02 11:26:54 -05:00
"public-ip": "^4.0.0",
"sqlite3": "^4.1.0",
"tmp": "^0.1.0",
"transliteration": "^2.1.7",
"uuid": "^3.3.3"
2016-12-05 17:25:20 -05:00
},
"devDependencies": {
"eslint": "^6.7.2",
"nodemon": "^2.0.1"
2016-12-05 17:25:20 -05:00
}
}