-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "hologit",
"version": "0.0.1",
"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 <[email protected]>",
"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.8.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"
}
}