{
  "_args": [
    [
      "mongodb-backup-cloud@1.0.8",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "mongodb-backup-cloud@1.0.8",
  "_id": "mongodb-backup-cloud@1.0.8",
  "_inBundle": false,
  "_integrity": "sha512-tevZBxvy7HpLGRSMJzuSvEZYnNDApuQLxTYn8dxFOMCxmnMGD26JMthKaD/5bhBtFeCjPY9+yxW1T4EWirJskQ==",
  "_location": "/mongodb-backup-cloud",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mongodb-backup-cloud@1.0.8",
    "name": "mongodb-backup-cloud",
    "escapedName": "mongodb-backup-cloud",
    "rawSpec": "1.0.8",
    "saveSpec": null,
    "fetchSpec": "1.0.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mongodb-backup-cloud/-/mongodb-backup-cloud-1.0.8.tgz",
  "_spec": "1.0.8",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "ShamalRathnayake"
  },
  "dependencies": {
    "@octokit/plugin-retry": "^3.0.9",
    "@octokit/rest": "^18.12.0",
    "@types/node-cron": "^3.0.1",
    "globby": "^11.1.0",
    "googleapis": "^94.0.0",
    "mime-types": "^2.1.34",
    "node-cron": "^3.0.0"
  },
  "description": "backup mongodb databases and upload to github/google drive",
  "devDependencies": {
    "@octokit/types": "^6.34.0",
    "@types/jest": "^27.4.0",
    "@types/node": "^17.0.14",
    "@typescript-eslint/eslint-plugin": "^5.10.2",
    "@typescript-eslint/parser": "^5.10.2",
    "eslint": "^8.8.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.4.7",
    "prettier": "^2.5.1",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5"
  },
  "files": [
    "build/**"
  ],
  "homepage": "https://github.com/ShamalRathnayake/Mongodb-backup-cloud",
  "keywords": [
    "mongodb",
    "backup",
    "google drive",
    "cron",
    "git",
    "mongo"
  ],
  "license": "ISC",
  "main": "build/index.js",
  "name": "mongodb-backup-cloud",
  "scripts": {
    "build": "tsc",
    "dev": "nodemon --config nodemon.json src/index.ts",
    "dryrun": "npm publish --dry-run",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "eslint --fix",
    "postversion": "git push && git push --tags",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "start": "tsc && node build/index.js",
    "test": "jest --runInBand --detectOpenHandles",
    "version": "npm run format && git add -A src"
  },
  "types": "build/index.d.ts",
  "version": "1.0.8"
}
