{
  "name": "cloud-backup",
  "version": "0.0.3",
  "main": "dist/index.js",
  "license": "MIT",
  "bin": "./dist/bin.sh",
  "scripts": {
    "test": "jest",
    "lint": "eslint  './**/*.ts'"
  },
  "devDependencies": {
    "@types/checksum": "^0.1.31",
    "@types/cli-progress": "^3.9.1",
    "@types/debug": "^4.1.5",
    "@types/inquirer": "^7.3.1",
    "@types/jest": "^26.0.0",
    "@types/nconf": "^0.10.0",
    "@types/node": "^14.14.31",
    "@types/tar": "^4.0.4",
    "@types/tmp": "^0.2.0",
    "@typescript-eslint/eslint-plugin": "^4.16.1",
    "@typescript-eslint/parser": "^4.16.1",
    "auto-changelog": "^2.2.1",
    "eslint": "^7.21.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.4",
    "typescript": "^4.2.2"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ]
  },
  "dependencies": {
    "aws-sdk": "^2.856.0",
    "chalk": "^4.1.0",
    "checksum": "^0.1.1",
    "cli-chart": "^0.3.1",
    "cli-progress": "^3.9.0",
    "cli-table": "^0.3.6",
    "cli-table2": "^0.2.0",
    "debug": "^4.3.1",
    "dotenv": "^8.2.0",
    "filesize": "^6.1.0",
    "humanizer": "^0.1.1",
    "i18next": "^20.2.2",
    "i18next-cli-language-detector": "^1.0.0",
    "inquirer": "^8.1.0",
    "listr": "^0.14.3",
    "ms": "^2.1.3",
    "nconf": "^0.11.2",
    "pm2": "^4.5.5",
    "since-time-ago": "^1.1.1",
    "tar": "^6.1.0",
    "tmp": "^0.2.1",
    "yargs": "^16.2.0"
  }
}
