{
  "name": "newmodbot",
  "version": "0.0.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "ts-node src/index.ts",
    "start-watch": "nodemon",
    "precommit": "lint-staged",
    "postcommit": "git update-index --again",
    "format": "prettier --write \"./**/*.ts\"",
    "db-migrate": "knex migrate:latest",
    "db-rollback": "knex migrate:rollback"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/knex": "0.0.64",
    "@types/lodash.at": "^4.6.3",
    "@types/moment-timezone": "^0.5.6",
    "@types/node": "^8.0.50",
    "dotenv": "^4.0.0",
    "eris": "^0.8.6",
    "humanize-duration": "^3.15.0",
    "knex": "^0.14.6",
    "knub": "^9.4.9",
    "lodash.at": "^4.6.0",
    "mariasql": "^0.2.6",
    "moment-timezone": "^0.5.21",
    "ts-node": "^3.3.0",
    "typescript": "^2.9.2"
  },
  "devDependencies": {
    "nodemon": "^1.17.5",
    "lint-staged": "^7.2.0",
    "prettier": "^1.8.2",
    "husky": "^0.14.3",
    "tslint": "^5.8.0",
    "tslint-config-prettier": "^1.6.0"
  }
}