{
  "name": "redash-cli",
  "description": "Simple CLI to for redash.io",
  "version": "0.3.7",
  "author": "Marco Link @marcolink",
  "bin": {
    "redash-cli": "./bin/run"
  },
  "bugs": "https://github.com/marcolink/redash-cli/issues",
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/plugin-help": "^2",
    "listr2": "^4.0.5",
    "p-queue": "^6.6.2",
    "puppeteer": "^9.1.1",
    "redash-js-client": "^0.2.7",
    "redash-snapshot": "^0.2.7",
    "tslib": "^2.2.0"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@oclif/test": "^1",
    "@types/chai": "^4",
    "@types/mocha": "^9",
    "@types/node": "^15.0.2",
    "chai": "^4",
    "eslint": "^5.13",
    "eslint-config-oclif": "^3.1",
    "eslint-config-oclif-typescript": "^1.0",
    "globby": "^10",
    "mocha": "^5",
    "nyc": "^15",
    "ts-node": "^8",
    "typescript": "^4.2.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/marcolink/redash-tools/packages/cli",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "redash-cli",
    "plugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": "marcolink/redash-tools",
  "scripts": {
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "eslint . --ext .ts --config .eslintrc",
    "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
    "test:ci": "yarn run test",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts",
  "gitHead": "2c4d71c2c3865e844bde9fd66a7c17c224f8269a"
}
