-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "root",
"private": true,
"type": "module",
"license": "MIT",
"author": "Silverhand Inc. <contact@silverhand.io>",
"scripts": {
"prepack": "pnpm -r prepack",
"build": "pnpm -r build",
"lint": "pnpm -r lint"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/types": "^19.0.0",
"@logto/tunnel": "^0.3.0",
"husky": "^9.0.11",
"typescript": "^5.3.3"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"pnpm": {
"overrides": {
"js-yaml@>=4.0.0 <4.1.1": "^4.1.1",
"nanoid@>=4.0.0 <5.0.9": "^5.0.9",
"http-proxy-middleware@>=3.0.0 <3.0.5": "^3.0.5",
"brace-expansion@>=1.0.0 <=1.1.11": "^1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": "^2.0.2",
"lodash@>=4.0.0 <=4.17.22": "^4.17.23",
"minimatch@<3.1.3": ">=3.1.3",
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
"eslint-plugin-import@2.29.1>minimatch": "3.1.3",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
}
}
}