{
  "name": "zeus",
  "version": "3.3.3",
  "description": "Utility functions and CLI for AWS Athena",
  "main": "lib/index.js",
  "bin": {
    "zeus": "bin/zeus.js",
    "zues": "bin/zeus.js"
  },
  "files": [
    "package.json",
    "README.md",
    "bin/*.js",
    "commands/*.js",
    "lib/**/*.js"
  ],
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joeledwards/node-zeus.git"
  },
  "keywords": [
    "athena",
    "aws",
    "presto",
    "sql"
  ],
  "author": "Joel Edwards <joeledwards@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/joeledwards/node-zeus/issues"
  },
  "homepage": "https://github.com/joeledwards/node-zeus#readme",
  "dependencies": {
    "@buzuli/app": "^1.2.1",
    "@buzuli/aws": "^4.5.4",
    "@buzuli/color": "^2.4.1",
    "@buzuli/json": "^2.2.1",
    "@buzuli/meter": "^1.4.0",
    "@buzuli/promised": "^1.0.0",
    "@buzuli/throttle": "^2.0.2",
    "bole": "^4.0.0",
    "byline": "^5.0.0",
    "durations": "^3.4.2",
    "gunzip-maybe": "^1.4.2",
    "mem": "^8.0.0",
    "moment": "^2.29.3",
    "nodemailer": "^6.7.5",
    "once": "^1.4.0",
    "pretty-bytes": "^5.4.1",
    "yargs": "^17.5.1"
  },
  "devDependencies": {
    "standard": "^17.0.0"
  }
}
