-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.38 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
{
"private": true,
"workspaces": [
"packages/*"
],
"type": "module",
"scripts": {
"build": "pnpm -r run build",
"build:dev": "BUILD_TYPE=dev pnpm -r run build",
"test": "pnpm -r run test",
"lint": "pnpm -r run lint",
"format": "pnpm -r run format",
"format:fix": "pnpm -r run format:fix",
"typecheck": "pnpm -r run typecheck",
"ecloud": "pnpm -C packages/cli exec -- node ./bin/run.js"
},
"devDependencies": {
"@types/node": "24.10.4",
"typescript": "5.9.3",
"tsup": "8.5.1",
"eslint": "9.39.2",
"@typescript-eslint/parser": "8.52.0",
"@typescript-eslint/eslint-plugin": "8.52.0",
"prettier": "3.7.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"vite": "7.3.2",
"vitest": "4.1.4"
},
"prettier": {
"printWidth": 100
},
"pnpm": {
"overrides": {
"minimatch@3": "3.1.5",
"minimatch@5": "5.1.9",
"minimatch@9": "9.0.9",
"rollup": "4.60.1",
"ajv": "6.14.0",
"flatted": "3.4.2",
"brace-expansion@1": "1.1.13",
"brace-expansion@2": "2.0.3",
"picomatch": "4.0.4",
"diff": "4.0.4",
"follow-redirects": "1.16.0",
"vite": "7.3.2"
}
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}