{
  "name": "wa-util",
  "version": "0.6.0",
  "description": "Basic CLI utils for dumping daily data from a WhatsApp database",
  "author": "ᴉuᴉɥɔsɐʇ uɐllɐ <allan.taschini@gmail.com>",
  "bin": {
    "wa-snap": "cli/wa-snap.js",
    "wa-dump": "cli/wa-dump.js",
    "wa-media": "cli/wa-media.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "standard:lib": "standard lib/*.js",
    "standard:main": "standard index.js",
    "standard:cli": "standard cli/*.js",
    "standard": "npm run standard:main && npm run standard:lib && npm run standard:cli"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://atask@github.com/atask/wa-util.git"
  },
  "bugs": {
    "url": "https://github.com/atask/wa-util/issues"
  },
  "homepage": "https://github.com/atask/wa-util#readme",
  "keywords": [
    "whatsapp",
    "database",
    "db",
    "dump",
    "snapshot",
    "backup"
  ],
  "dependencies": {
    "common-tags": "^1.3.0",
    "debug": "^2.2.0",
    "emojione": "^2.2.4",
    "minimist": "^1.2.0",
    "moment": "^2.13.0",
    "promiseproxy-node": "^1.0.0",
    "shelljs": "^0.7.0",
    "sqlite3": "^3.1.4"
  },
  "devDependencies": {
    "standard": "^7.0.1"
  },
  "preferGlobal": true,
  "license": "ISC"
}
