{
  "name": "@ms-cloudpack/remote-cache",
  "version": "0.12.3",
  "description": "Manages syncing the local Cloudpack cached assets to/from a remote storage service.",
  "license": "MIT",
  "type": "module",
  "types": "./lib/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./lib/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "api": "cloudpack-scripts api",
    "build:watch": "cloudpack-scripts build-watch",
    "build": "cloudpack-scripts build && cloudpack-scripts bundle-node",
    "lint:update": "cloudpack-scripts lint-update",
    "lint": "cloudpack-scripts lint",
    "test:watch": "cloudpack-scripts test-watch",
    "test": "cloudpack-scripts test"
  },
  "dependencies": {
    "@ms-cloudpack/common-types": "^0.34.5",
    "@ms-cloudpack/environment": "^0.1.7",
    "@ms-cloudpack/retry": "^0.1.8",
    "@ms-cloudpack/task-reporter": "^0.21.6",
    "@ms-cloudpack/telemetry": "^0.12.6",
    "@napi-rs/keyring": "1.3.0",
    "mime-types": "^3.0.0",
    "node-dpapi-prebuilt": "^1.0.3"
  },
  "devDependencies": {
    "@azure/core-paging": "1.6.2",
    "@azure/data-tables": "13.3.2",
    "@azure/identity": "patch:@azure/identity@npm%3A4.13.1#~/.yarn/patches/@azure-identity-npm-4.13.1-28285ed826.patch",
    "@azure/logger": "1.3.0",
    "@azure/msal-common": "16.10.0",
    "@azure/msal-node": "5.3.0",
    "@azure/storage-blob": "12.33.0",
    "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
    "@ms-cloudpack/scripts": "^0.0.1",
    "@types/mime-types": "^3.0.0",
    "backfill-cache": "5.12.5",
    "backfill-logger": "5.4.2"
  },
  "files": [
    "dist",
    "lib/**/*.d.ts",
    "NOTICE.txt"
  ]
}
