aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSin-MacBook <[email protected]>2020-08-10 23:44:20 +0200
committerSin-MacBook <[email protected]>2020-08-10 23:44:20 +0200
commit2a53887abba882bf7b63aeda8dfa55fdb3ab8792 (patch)
treead7a95eb41faa6ff13c3142285cdc0eb3ca92183 /package.json
downloadmodmail-2a53887abba882bf7b63aeda8dfa55fdb3ab8792.tar.xz
modmail-2a53887abba882bf7b63aeda8dfa55fdb3ab8792.zip
clean this up when home
Diffstat (limited to 'package.json')
-rw-r--r--package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f3052ff
--- /dev/null
+++ b/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "modmailbot",
+ "version": "2.30.1",
+ "description": "",
+ "license": "MIT",
+ "main": "src/index.js",
+ "scripts": {
+ "start": "node src/index.js",
+ "watch": "nodemon -w src src/index.js",
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "lint": "eslint ./src"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Dragory/modmailbot"
+ },
+ "dependencies": {
+ "eris": "^0.11.1",
+ "humanize-duration": "^3.12.1",
+ "ini": "^1.3.5",
+ "json5": "^2.1.1",
+ "knex": "^0.20.3",
+ "knub-command-manager": "^6.1.0",
+ "mime": "^2.4.4",
+ "moment": "^2.24.0",
+ "mv": "^2.1.1",
+ "public-ip": "^4.0.0",
+ "sqlite3": "^4.1.0",
+ "tmp": "^0.1.0",
+ "transliteration": "^2.1.7",
+ "uuid": "^3.3.3"
+ },
+ "devDependencies": {
+ "eslint": "^6.7.2",
+ "nodemon": "^2.0.1"
+ }
+}