-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.64 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
61
62
63
64
65
66
{
"name": "indo",
"version": "0.6.8",
"description": "Workspaces where each package has its own commit history",
"author": "Alec Larson",
"license": "MIT",
"repository": "alloc/indo",
"prettier": "@alloc/prettier-config",
"bin": {
"indo": "bin/indo"
},
"files": [
"bin",
"dist",
"help",
"src"
],
"scripts": {
"dev": "tsc -p . --watch",
"build": "rimraf dist && tsc -p .",
"prepare": "npm run build",
"prepublishOnly": "rm -rf dist",
"test": "jest"
},
"dependencies": {
"@alloc/is-dev": "^1.2.2",
"@cush/exec": "^1.7.1",
"@cush/shell": "^1.0.0",
"async-task-group": "^1.3.3",
"atomically": "^1.7.0",
"bocks": "^1.0.0",
"config-ini-parser": "^1.5.9",
"dequals": "^1.0.0",
"exit-hook": "^2.2.1",
"find-dependency": "^1.1.0",
"glob-regex": "^0.3.2",
"kleur": "^4.1.4",
"markty-toml": "^0.1.1",
"misty": "^1.3.1",
"physical-cpu-count": "^2.0.0",
"prompts": "^2.4.1",
"realpath-native": "^1.1.0",
"recrawl-sync": "^2.2.1",
"saxon": "^0.2.0",
"semver": "^6.3.0",
"shared-log": "^1.2.4",
"slurm": "^0.5.10"
},
"devDependencies": {
"@alloc/fast-rimraf": "^1.0.8",
"@alloc/prettier-config": "^1.0.0",
"@types/jest": "^26.0.22",
"@types/node": "^12.11.1",
"@types/physical-cpu-count": "^2.0.0",
"@types/prompts": "^2.0.10",
"@types/semver": "^6.0.2",
"@types/shell-quote": "^1.7.0",
"esbuild": "^0.11.9",
"esbuild-jest": "npm:@alloc/esbuild-jest@^0.3.6",
"jest": "^26.6.3",
"prettier": "~2.2.1",
"shell-quote": "^1.7.2",
"strip-ansi": "^6.0.0",
"typescript": "^5.4.5"
}
}