{
  "name": "hologit",
  "version": "0.45.0",
  "description": "Hologit automates the projection of layered composite file trees based on flat, declarative plans",
  "repository": "https://github.com/EmergencePlatform/hologit",
  "main": "lib/index.js",
  "types": "index.d.ts",
  "preferGlobal": true,
  "author": "Chris Alfano <chris@jarv.us>",
  "license": "MIT",
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "async-exit-hook": "^2.0.1",
    "axios": "^1.7.7",
    "chokidar": "^4.0.1",
    "debounce": "^2.0.0",
    "fb-watchman": "^2.0.1",
    "git-client": "^1.9.3",
    "hab-client": "^1.1.3",
    "handlebars": "^4.7.6",
    "minimatch": "^10.0.1",
    "mz": "^2.4.0",
    "mz-modules": "^2.1.0",
    "object-squish": "^1.1.0",
    "parse-url": "^9.2.0",
    "shell-quote-word": "^1.0.1",
    "sort-keys": "^4.2.0",
    "toposort": "^2.0.2",
    "winston": "^3.17.0",
    "yargs": "^17.5.1"
  },
  "bin": {
    "git-holo": "./bin/cli.js"
  },
  "engines": {
    "node": ">=8.3.0"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "keywords": [
    "emergence",
    "git",
    "holo",
    "hologit",
    "holograph",
    "projection"
  ],
  "devDependencies": {
    "@types/jest": "^29.1.2",
    "jest": "^29.5.0"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "scripts": {
    "test": "jest"
  }
}
