-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.44 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.44 KB
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
{
"name": "jaculus-tools-monorepo",
"private": true,
"packageManager": "pnpm@10.16.0",
"type": "module",
"scripts": {
"build": "pnpm -r run build",
"clean": "pnpm -r run clean",
"fullclean": "pnpm -r run fullclean && rimraf node_modules",
"test": "mocha",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"format:all": "pnpm lint:fix && pnpm format",
"cli": "pnpm --filter jaculus-tools run cli",
"prepare": "husky"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@jaculus/link": "workspace:*",
"@jaculus/project": "workspace:*",
"jaculus-tools": "workspace:*",
"@jaculus/common": "workspace:*",
"@obsidize/tar-browserify": "^6.3.2",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^24.0.7",
"@types/pako": "^2.0.4",
"@zenfs/core": "^1.11.4",
"chai": "^5.1.2",
"chai-bytes": "^0.1.2",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"husky": "^9.1.7",
"jiti": "^2.5.1",
"mocha": "^11.7.2",
"pako": "^2.1.0",
"prettier": "^3.6.2",
"queue-fifo": "^0.2.5",
"rimraf": "^6.0.1",
"tsx": "^4.20.6",
"typescript": "^5.9.2",
"typescript-eslint": "^8.43.0"
}
}