hologit
Version:
Hologit automates the projection of layered composite file trees based on flat, declarative plans
60 lines (59 loc) • 1.58 kB
JSON
{
"name": "hologit",
"version": "0.51.0",
"description": "Hologit automates the projection of layered composite file trees based on flat, declarative plans",
"repository": "https://github.com/JarvusInnovations/hologit",
"main": "lib/index.js",
"types": "index.d.ts",
"author": "Chris Alfano <chris@jarv.us>",
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"async-exit-hook": "^2.0.1",
"axios": "^1.14.0",
"chokidar": "^5.0.0",
"debounce": "^3.0.0",
"fb-watchman": "^2.0.2",
"git-client": "^1.12.0",
"hab-client": "^1.1.3",
"handlebars": "^4.7.9",
"minimatch": "^10.2.4",
"mz": "^2.7.0",
"mz-modules": "^2.1.0",
"object-squish": "^1.1.0",
"parse-url": "^11.1.0",
"shell-quote-word": "^1.0.1",
"sort-keys": "^6.0.0",
"toposort": "^2.0.2",
"winston": "^3.19.0",
"yargs": "^18.0.0"
},
"bin": {
"git-holo": "./bin/cli.js"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=23"
},
"os": [
"darwin",
"linux"
],
"keywords": [
"emergence",
"git",
"holo",
"hologit",
"holograph",
"projection"
],
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.3.0"
},
"scripts": {
"test": "jest",
"bench": "node test/benchmark/projection.bench.js",
"build:projector-addon": "npm --prefix holo-projector-napi install && npm --prefix holo-projector-napi run build",
"build:projector-addon:debug": "npm --prefix holo-projector-napi install && npm --prefix holo-projector-napi run build:debug"
}
}