-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 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
45
{
"name": "@agent-infra/browser-monorepo",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"bootstrap": "pnpm install --prefer-offline && npm run build",
"build": "pnpm run -r build",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier . --write",
"format:check": "prettier . --check",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "2.29.7",
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"@eslint/js": "9.37.0",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/node": "24.7.1",
"@typescript-eslint/eslint-plugin": "8.46.0",
"@typescript-eslint/parser": "8.46.0",
"@vitest/coverage-v8": "3.2.4",
"@vitest/coverage-istanbul": "3.2.4",
"cross-env": "10.1.0",
"eslint": "9.37.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-react": "7.37.5",
"husky": "9.1.7",
"lint-staged": "16.2.3",
"prettier": "3.6.2",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"tsx": "4.20.6",
"typescript": "5.9.3",
"globals": "16.4.0"
},
"engines": {
"node": ">=20.x"
}
}