-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 805 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 805 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
{
"name": "reactwright-monorepo",
"version": "0.0.0",
"private": true,
"description": "Monorepo root for Reactwright — engine, templates, and examples.",
"license": "MIT",
"author": "Reactwright contributors",
"type": "module",
"scripts": {
"build": "turbo build",
"test": "turbo test",
"check": "turbo check",
"mockup:all": "turbo mockup --filter='./examples/*'",
"test:pack-leak": "node scripts/check-pack-no-workspace-leak.mjs",
"test:scaffold": "node scripts/check-scaffold-build.mjs"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"devDependencies": {
"@changesets/cli": "^2.27.0",
"@types/node": "^22.15.18",
"@types/react": "^19.1.2",
"turbo": "^2.0.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.15.9"
}