-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.63 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.63 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
46
47
48
49
{
"name": "@surimi/root",
"version": "0.7.0",
"private": true,
"description": "A starter template for pnpm-based web repositories",
"keywords": [
"janis.me"
],
"homepage": "https://janis.me",
"license": "MIT",
"author": "Janis Jansen",
"type": "module",
"scripts": {
"build": "pnpm --filter=!./examples/** build",
"build:all": "pnpm -r build",
"build:ci": "pnpm build",
"deps": "pnpm taze",
"examples": "pnpm build && concurrently \"pnpm build:watch\" \"pnpm --filter=./examples/** dev\"",
"format": "prettier --write .",
"lint": "eslint --flag v10_config_lookup_from_file .",
"release": "pnpm relizy release",
"test": "vitest",
"type-check": "pnpm -r type-check"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "catalog:format",
"@playwright/test": "catalog:test",
"@surimi/linter-config": "workspace:*",
"@surimi/typescript-config": "workspace:*",
"@types/node": "catalog:types",
"@vitest/browser": "catalog:test",
"@vitest/coverage-v8": "catalog:test",
"@vitest/ui": "catalog:test",
"concurrently": "catalog:script",
"eslint": "catalog:lint",
"jiti": "catalog:lint",
"prettier": "catalog:format",
"prettier-plugin-packagejson": "catalog:format",
"relizy": "catalog:utils",
"taze": "catalog:script",
"tinyexec": "catalog:script",
"typescript": "catalog:build",
"vitest": "catalog:test"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
"engines": {
"node": ">=24.11.1"
}
}