{
  "name": "@codingtools/cdt",
  "description": "CLI for Developers",
  "version": "1.0.6",
  "author": "Ashish Patel @ashishpatel0720",
  "bin": {
    "cdt": "bin/run"
  },
  "bugs": {
    "url": "https://github.com/codingtools/cdt/issues"
  },
  "dependencies": {
    "@oclif/command": "^1.8.0",
    "@oclif/config": "^1.17.0",
    "@oclif/plugin-autocomplete": "^0.3.0",
    "@oclif/plugin-commands": "^1.3.0",
    "@oclif/plugin-help": "^2.2.3",
    "@oclif/plugin-warn-if-update-available": "^1.7.0",
    "avsc": "^5.5.2",
    "axios": "^0.21.1",
    "chalk": "^3.0.0",
    "codecov": "^3.8.1",
    "cron-validate": "^1.4.3",
    "cron-validator": "^1.2.1",
    "cronstrue": "^1.110.0",
    "crypto-js": "^4.0.0",
    "detect-character-encoding": "^0.8.0",
    "encoding-japanese": "^1.0.30",
    "jshashes": "^1.0.8",
    "json-2-csv": "^3.7.8",
    "minify": "^6.0.1",
    "moment": "2.29.1",
    "moment-timezone": "^0.5.32",
    "node-cron": "^3.0.0",
    "nyc": "^15.1.0",
    "ora": "^5.2.0",
    "shelljs": "^0.8.4",
    "signale": "^1.4.0",
    "snyk": "^1.425.4",
    "test": "^0.6.0",
    "tslib": "^2.1.0"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.22.2",
    "@oclif/test": "^1.2.5",
    "@oclif/tslint": "^3.1.1",
    "@types/chai": "^4.2.9",
    "@types/crypto-js": "^3.1.43",
    "@types/mocha": "^7.0.0",
    "@types/node": "13.9.3",
    "@types/node-cron": "^2.0.3",
    "@types/shelljs": "^0.8.8",
    "@types/signale": "^1.2.1",
    "chai": "^4.2.0",
    "globby": "^10.0.1",
    "mocha": "^7.0.1",
    "ts-node": "^8.4.1",
    "tslint": "^5.20.0",
    "typescript": "^3.6.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/codingtools/cdt",
  "keywords": [
    "cdt",
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "cdt",
    "macos": {
      "identifier": "@codingtools/cdt"
    },
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-warn-if-update-available",
      "@oclif/plugin-autocomplete",
      "@oclif/plugin-commands"
    ],
    "warn-if-update-available": {
      "timeoutInDays": 3,
      "message": "<%= chalk.green(config.name) %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>,\nuse npm install -g @codingtools/cdt to update."
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/codingtools/cdt.git"
  },
  "scripts": {
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "tslint -p test -t stylish",
    "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif-dev readme && git add README.md",
    "snyk-protect": "snyk protect",
    "prepare": "npm run snyk-protect"
  },
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "snyk": true
}
