{
  "name": "backfill",
  "version": "6.4.14",
  "description": "Backfill CLI",
  "license": "MIT",
  "author": "Benjamin Weggersen <bewegger@microsoft.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/lage"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": "./bin/backfill.js",
  "scripts": {
    "api": "monorepo-scripts api",
    "build": "yarn types && yarn transpile",
    "transpile": "monorepo-scripts transpile",
    "types": "yarn run -T tsc",
    "lint": "monorepo-scripts lint",
    "test": "yarn run -T jest"
  },
  "dependencies": {
    "anymatch": "^3.1.3",
    "backfill-cache": "^5.12.5",
    "backfill-config": "^6.7.4",
    "backfill-hasher": "^6.7.9",
    "backfill-logger": "^5.4.2",
    "chokidar": "^3.6.0",
    "dotenv": "^8.6.0",
    "execa": "^5.1.1",
    "find-up": "^5.0.0",
    "fs-extra": "^8.1.0",
    "globby": "^11.1.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@lage-run/monorepo-scripts": "^1.0.0",
    "@lage-run/test-utilities": "^0.1.0",
    "@types/fs-extra": "^8.0.0",
    "@types/yargs": "^15.0.15"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "lib/!(__*)",
    "lib/!(__*)/**"
  ]
}
