-
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) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 882 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": "forgekit",
"version": "0.0.0",
"license": "MIT",
"private": true,
"type": "module",
"packageManager": "pnpm@10.29.3",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"prepare": "git config core.hooksPath .githooks || true",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"test:e2e": "playwright test"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@forgekit/eslint-config": "workspace:*",
"@forgekit/typescript-config": "workspace:*",
"@forgekit/vitest-config": "workspace:*",
"@playwright/test": "^1.53.2",
"eslint": "^10.6.0",
"turbo": "^2.10.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.63.0",
"vitest": "^4.1.10"
},
"pnpm": {
"overrides": {
"@esbuild-kit/core-utils>esbuild": "^0.25.4"
}
}
}