{
  "name": "vercel-source-recovery",
  "version": "1.0.0",
  "description": "Download and recover source files from your Vercel deployments. Uses Vercel API v8 for reliable source code recovery.",
  "main": "dist/index.js",
  "scripts": {
    "start": "npm run build && node dist/index.js",
    "npm-version": "npm version",
    "bump:pre": "npm run bump -- premajor --preid=r.c -m  \"chore: bump version\"",
    "bump": "npm run npm-version -m  \"chore: bump version\"",
    "bump:patch": "npm run bump -- patch",
    "bump:minor": "npm run bump -- minor",
    "bump:major": "npm run bump -- major",
    "update-changelog": "npx auto-changelog --commit-limit false --sort-commits date-desc --template ./changelog.hbs",
    "build": "babel src --out-dir dist",
    "version": "npm run build",
    "postversion": "npm run update-changelog && git add CHANGELOG.md && git commit --amend --no-edit && git push --tags"
  },
  "auto-changelog": {
    "replaceText": {
      "^(.*)(?<!\\)): (.*)": "* **$1** $2",
      "^.*\\((.*)\\): (.*)": "* **$1** $2"
    }
  },
  "author": "Cristian Calina, sigaihealth",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "colors": "^1.4.0",
    "fs-extra": "^11.1.1",
    "fuzzy": "^0.1.3",
    "inquirer": "^6.5.2",
    "inquirer-autocomplete-prompt": "^1.0.2",
    "mkdirp": "^1.0.4",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.6",
    "@babel/core": "^7.18.6",
    "@babel/preset-env": "^7.18.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sigaihealth/vercelsourcerecover.git"
  },
  "bin": {
    "vercel-source-recovery": "dist/index.js"
  },
  "keywords": [
    "vercel",
    "deployment",
    "download",
    "source",
    "recovery",
    "backup",
    "vercel-api",
    "vercel-deployment",
    "source-code",
    "disaster-recovery",
    "vercel-backup",
    "code-recovery"
  ],
  "bugs": {
    "url": "https://github.com/sigaihealth/vercelsourcerecover/issues"
  },
  "homepage": "https://github.com/sigaihealth/vercelsourcerecover#readme"
}
