-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.17 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.17 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
{
"name": "monorepo-benchmarks",
"version": "1.0.0",
"private": true,
"scripts": {
"benchmark": "tsx scripts/benchmark-json.ts",
"benchmark:json": "pnpm run build:scripts && node dist/scripts/benchmark-json.js",
"benchmark:json:ts": "tsx scripts/benchmark-json.ts",
"build:scripts": "tsc -p tsconfig.scripts.json",
"build:scripts:watch": "tsc -p tsconfig.scripts.json --watch",
"test:automation": "pnpm run build:scripts && node dist/scripts/test-compare.js",
"test:automation:ts": "tsx scripts/test-compare.ts",
"compare:results": "pnpm run build:scripts && node dist/scripts/compare-and-update-readme.js",
"compare:results:ts": "tsx scripts/compare-and-update-readme.ts",
"create:release": "pnpm run build:scripts && node dist/scripts/create-release.js",
"create:release:ts": "tsx scripts/create-release.ts"
},
"devDependencies": {
"@moonrepo/cli": "^1.40.3",
"@nx/next": "^21.5.2",
"@types/node": "^24.5.2",
"lage": "2.14.12",
"lerna": "8.2.4",
"nx": "21.5.2",
"tsx": "^4.20.5",
"turbo": "2.5.6",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": "22.9.0"
}
}