-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 872 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 872 Bytes
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
{
"name": "workers-monorepo-template",
"version": "1.0.0",
"private": true,
"sideEffects": false,
"scripts": {
"check:deps": "runx check --deps",
"check:format": "runx check --format",
"check:lint:all": "run-eslint",
"test": "vitest",
"test:ci": "run-vitest-ci"
},
"devDependencies": {
"@babel/plugin-transform-explicit-resource-management": "7.28.0",
"@changesets/cli": "2.29.7",
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
"@repo/eslint-config": "workspace:*",
"@repo/tools": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/workspace-dependencies": "workspace:*",
"@turbo/gen": "2.5.8",
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.19",
"prettier-plugin-toml": "2.0.6",
"syncpack": "13.0.4",
"turbo": "2.5.8",
"typescript": "5.9.2",
"vitest": "3.2.4"
},
"packageManager": "pnpm@10.14.0"
}