{
  "name": "val-bot",
  "version": "1.0.3",
  "description": "A bot that does things.",
  "main": "_val.js",
  "scripts": {
    "away": "node awaybot.js",
    "postinstall": "cp -n ./config/_val.config.sample.js ./config/_val.config.js | cp -n ./config/_val.modules.sample.js ./config/_val.modules.js | cp -n ./json/dcMasterList.sample.json ./json/dcMasterList.json; true",
    "prettier": "prettier --parser flow --single-quote --trailing-comma es5 --write \"**/*.js\"",
    "serve": "xvfb-run --auto-servernum --server-num=1 node _val.js",
    "serveAlt": "node _val.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mousemke/_val.git"
  },
  "keywords": [
    "irc",
    "bot",
    "doge",
    "twitch",
    "moon",
    "_val",
    "slack"
  ],
  "author": "@mousemke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mousemke/_val/issues"
  },
  "homepage": "https://github.com/mousemke/_val",
  "dependencies": {
    "@slack/client": "^4.2.2",
    "chalk": "^2.4.1",
    "compromise": "^11.9.0",
    "irc": "^0.5.2",
    "prettier": "^1.16.4",
    "request": "^2.87.0",
    "slack": "^11.0.0",
    "telegram-api": "^4.1.0",
    "twit": "^2.1.0",
    "xml-js": "^1.6.9"
  },
  "files": [
    "CODE_OF_CONDUCT.md",
    "older_changes.md",
    "awaybot.js",
    "README.md",
    "_val.js",
    "json/unscrambleScores.sample.json",
    "json/dcMasterList.sample.json",
    "json/cards.json",
    "config/_val.config.sample.js",
    "config/_val.modules.sample.js",
    "lists/",
    "modules/"
  ]
}
