{
  "name": "@pradyumn-el/pollycli",
  "version": "0.0.2",
  "description": "pollycli lets users access the functionalities of Polly over a command line interface",
  "main": "src/index.js",
  "bin": {
    "@elucidata/polly": "bin/polly",
    "polly": "bin/polly"
  },
  "publishConfig": {
    "access": "public",
    "cache": "~/.npm",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "test-bust": "cd ./test/jobs/ && ./run_check.sh",
    "create-data": "cd ./test/jobs/ && ./getdata.sh",
    "postinstall": "node scripts/post-install.js"
  },
  "keywords": [
    "Elucidata",
    "CLI",
    "Polly",
    "batch-jobs",
    "processing",
    "workspaces",
    "dockers",
    "jobs",
    "workflow",
    "storage",
    "sync",
    "dockers"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@elucidatainc/s3-node-client": "4.5.1",
    "adm-zip": "^0.5.10",
    "amazon-cognito-identity-js": "^3.2.1",
    "arg": "^4.1.2",
    "axios": "^0.19.0",
    "chalk": "^3.0.0",
    "cli-progress": "^3.6.0",
    "commander": "^4.0.1",
    "data-store": "^4.0.3",
    "dockerfilelint": "^1.8.0",
    "esm": "^3.2.25",
    "inquirer": "^7.0.1",
    "log4js": "^6.5.2",
    "node-fetch": "^2.6.0",
    "rimraf": "^3.0.2",
    "simple-git": "^2.14.0",
    "table": "^5.4.6",
    "tar": "^6.1.0",
    "uuid": "^9.0.0"
  },
  "files": [
    "bin/",
    "src/",
    "sampleData",
    "scripts"
  ],
  "devDependencies": {
    "node-html-parser": "^1.2.20"
  }
}
