-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.49 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.49 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "shajara",
"private": true,
"homepage": "https://iplaylf2.github.io/shajara",
"author": {
"name": "iplaylf2",
"url": "https://github.com/iplaylf2"
},
"workspaces": [
"internal/*",
"packages/*",
"apps/*"
],
"type": "module",
"scripts": {
"build": "yarn workspaces foreach -At run build",
"depcruise": "shajara-forge depcruise",
"format": "oxfmt --write .",
"lint": "yarn workspaces foreach -Ap exec -- oxlint --config oxlint.config.ts",
"pack:license": "shajara-forge pack:license",
"release": "yarn workspaces foreach -At --no-private npm publish --access public --provenance --tolerate-republish",
"spellcheck": "cspell-cli .",
"test": "yarn workspaces foreach -Ap run test",
"typecheck": "yarn workspaces foreach -Ap run typecheck",
"version-packages": "changeset version"
},
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@shajara/forge": "workspace:^",
"@shajara/presets": "workspace:^",
"@types/node": "catalog:",
"cspell-cli": "^10.0.0",
"knip": "^6.14.2",
"oxfmt": "^0.51.0",
"oxlint": "catalog:",
"typescript": "catalog:"
},
"dependenciesMeta": {
"oxfmt": {
"unplugged": true
},
"oxlint": {
"unplugged": true
},
"tinypool": {
"unplugged": true
}
},
"resolutions": {
"yaml@npm:2.7.1": "npm:2.9.0"
},
"engines": {
"node": ">=26.1.0"
},
"packageManager": "yarn@4.15.0"
}