-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.62 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
50
51
{
"name": "@surimi/root",
"version": "0.8.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\"",
"lint": "biome lint .",
"format": "biome format .",
"format:write": "biome format --write .",
"check": "biome check .",
"check:write": "biome check --write .",
"check:ci": "biome ci .",
"knip": "knip",
"release": "pnpm relizy release",
"test": "vitest",
"type-check": "pnpm -r type-check"
},
"devDependencies": {
"@biomejs/biome": "catalog:tooling",
"@playwright/test": "catalog:test",
"@surimi/typescript-config": "workspace:*",
"@types/node": "catalog:types",
"@vitest/browser": "catalog:test",
"@vitest/coverage-v8": "catalog:test",
"@vitest/ui": "catalog:test",
"concurrently": "catalog:script",
"knip": "catalog:tooling",
"libphonenumber-js": "^1.13.7",
"relizy": "catalog:utils",
"taze": "catalog:script",
"tinyexec": "catalog:script",
"typescript": "catalog:build",
"vitest": "catalog:test"
},
"packageManager": "pnpm@10.34.4+sha512.8768be55200ae3f2226b6527fcca2687e14bc4e5f12d7721a0f25da3df47915177058648db4177baf348120fa0ba2752d8d8d93f6beaf1fe64ae18da8de961af",
"engines": {
"node": ">=26.3.1"
}
}