{
  "name": "backfill-cache-wix",
  "description": "Backfill Cache Providers",
  "license": "MIT",
  "author": "Benjamin Weggersen <bewegger@microsoft.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/backfill"
  },
  "version": "5.3.1",
  "main": "lib/index.js",
  "scripts": {
    "build": "yarn compile",
    "compile": "tsc -b",
    "test": "jest",
    "watch": "tsc -b -w"
  },
  "dependencies": {
    "@azure/storage-blob": "12.1.2",
    "@rushstack/package-deps-hash": "^2.4.48",
    "backfill-config": "^6.2.0",
    "backfill-logger": "^5.1.3",
    "execa": "^4.0.0",
    "find-up": "^5.0.0",
    "fs-extra": "^8.1.0",
    "globby": "^11.0.0",
    "package-json": "^7.0.0",
    "tar-fs": "^2.1.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.11",
    "@types/jest": "^25.2.1",
    "@types/node": "^14.14.41",
    "@types/tar-fs": "^2.0.0",
    "backfill-utils-test": "^5.1.2",
    "backfill-utils-tsconfig": "^5.0.0",
    "jest": "^25.5.4",
    "ts-jest": "^25.1.0",
    "typescript": "4.1.2"
  }
}
