-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 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
{
"name": "@typescript/benchmarking",
"version": "0.0.0",
"private": true,
"author": "Microsoft Corp.",
"license": "MIT",
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^22.19.13",
"dprint": "^0.52.0",
"eslint": "^10.0.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^63.0.0",
"globals": "^17.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vitest": "^4.0.18"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"scripts": {
"build": "pnpm run --filter './scripts' --filter './ts-perf' build",
"test": "vitest"
},
"pnpm": {
"requiredScripts": [
"build"
],
"overrides": {
"@types/node": "$@types/node",
"tar@<=7.5.3": ">=7.5.4",
"tar@<7.5.7": ">=7.5.7",
"tar@<=7.5.2": ">=7.5.3",
"tar@<7.5.8": ">=7.5.8"
},
"onlyBuiltDependencies": [
"@esfx/equatable",
"dprint",
"esbuild"
]
}
}