-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 832 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 832 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
32
33
34
{
"name": "agent-catalog-eval",
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"versioning": "changeset"
},
"devDependencies": {
"@changesets/cli": "2.31.0",
"@eslint/js": "^10.0.1",
"@types/node": "25.6.0",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.5.0",
"prettier": "3.8.3",
"tsup": "8.5.1",
"turbo": "2.9.7",
"typescript": "6.0.3",
"typescript-eslint": "^8.59.1",
"vite": "8.0.10",
"vitest": "4.1.5"
},
"packageManager": "pnpm@10.33.2",
"engines": {
"node": ">=20"
}
}