-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.61 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.61 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "compose-client",
"type": "module",
"version": "2026.10107.100",
"packageManager": "pnpm@10.29.3",
"description": "yan100 dev kit",
"author": "TrueNine",
"license": "LGPL-2.1-or-later",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/TrueNine"
},
"homepage": "https://github.com/TrueNine/compose-client#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/TrueNine/compose-client.git",
"directory": "configs/eslint9"
},
"bugs": {
"url": "https://github.com/TrueNine/compose-client/issues"
},
"keywords": [
"compose",
"client",
"ui",
"shared",
"ext",
"external",
"req",
"psdk",
"tmap",
"wxpa"
],
"engines": {
"node": ">= 22",
"pnpm": ">= 10"
},
"devEngines": {
"node": ">= 25.6",
"pnpm": ">= 10.29",
"npm": ">= 11.8"
},
"scripts": {
"build": "turbo run build --output-logs=new-only",
"build:fast": "turbo run build --force --output-logs=new-only",
"build:legacy": "turbo run build --concurrency=12 --output-logs=new-only",
"lintfix": "turbo run lintfix --output-logs=new-only",
"lintfix:legacy": "turbo run lintfix --concurrency=16 --output-logs=new-only",
"test": "turbo run test --output-logs=new-only",
"test:legacy": "turbo run test --concurrency=10 --output-logs=new-only",
"typecheck": "turbo run typecheck --output-logs=new-only",
"typecheck:legacy": "turbo run typecheck --concurrency=8 --output-logs=new-only",
"dev": "turbo run dev --output-logs=new-only",
"dev:single": "turbo run dev --concurrency=1 --output-logs=new-only",
"dev:legacy": "turbo run dev --concurrency=6 --output-logs=new-only",
"lintfix:root": "eslint --fix --cache --cache-location .eslintcache --config ./configs/tsconfig/eslint.config.mjs",
"ci:build": "turbo run build lintfix typecheck test --output-logs=errors-only --no-daemon",
"ci:quick": "turbo run build lintfix typecheck --output-logs=errors-only --no-daemon",
"postinstall": "pnpm turbo build --no-daemon"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:eslint",
"@changesets/cli": "catalog:",
"@truenine/eslint10-config": "workspace:^",
"@truenine/toolchain-versions-catalogs-versions": "workspace:^",
"@truenine/tsconfig": "workspace:^",
"@tsconfig/node22": "catalog:",
"@types/node": "catalog:node",
"eslint": "catalog:eslint",
"npm-run-all2": "catalog:",
"rollup": "catalog:rollup",
"tsdown": "catalog:tsdown",
"turbo": "catalog:",
"typescript": "catalog:",
"vite": "catalog:vite",
"vitest": "catalog:vitest"
}
}