-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1.77 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
{
"name": "sillot-workspace",
"version": "0.35.24081616",
"syv": "3.1.2",
"sypv": "[3.0.16, 3.0.17, 3.1.0, 3.1.1]",
"description": "汐洛 pnpm 工作区",
"packageManager": "[email protected]",
"actionInstallCommand": "pnpm install --no-frozen-lockfile",
"homepage": "https://sillot.db.sc.cn",
"repository": "https://github.com/Hi-Windom/Sillot",
"scripts": {
"app:build": "pnpm -F ./app run gentpl && pnpm -F ./app run /build:.*/",
"app:gentpl": "pnpm -F ./app run gentpl",
"app:git:tag": "pnpm -F ./app run git:tag",
"siyuan:b:lint": "",
"dep:check": "pnpm outdated -F *",
"docs:dev": "pnpm -F ./docs/starlight run dev",
"docs:build": "pnpm -F ./docs/starlight run build",
"vsce:sillot": "pnpm -F ./.vscode/extensions/Sillot run vsce:package",
"git:proxy": "git config --global http.proxy http://127.0.0.1:7897 && git config --global https.proxy http://127.0.0.1:7897 && echo '7897是 Clash Verge 默认端口'",
"test": "pnpm -r run test",
"b:lint:gibbet": "biome lint app/src --config-path . --diagnostic-level error --write && echo 'ref https://biomejs.dev/reference/cli/#biome-lint'",
"b:check:gibbet": "biome check app/src --config-path . --diagnostic-level error --write && echo 'ref https://biomejs.dev/reference/cli/#biome-check'",
"b:lint:vsce:sillot": "biome lint .vscode/extensions/Sillot/src --config-path . --diagnostic-level error --write && echo 'ref https://biomejs.dev/reference/cli/#biome-lint'",
"b:check:vsce:sillot": "biome check .vscode/extensions/Sillot/src --config-path . --diagnostic-level error --write && echo 'ref https://biomejs.dev/reference/cli/#biome-check'"
},
"keywords": [],
"author": "",
"devDependencies": {
"@biomejs/biome": "1.8.3"
},
"resolutions": {
"lodash": "4.17.21"
}
}