-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 928 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 928 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
{
"name": "spark",
"version": "1.0.0",
"private": true,
"homepage": "https://spark.surge.studio",
"author": "Hayden Barnett <hello@haydenbarnett.com>",
"repository": {
"type": "git",
"url": "https://github.com/surge-studio/spark.git"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --filter=@spark/docs",
"docs:dev": "pnpm --filter @spark/docs dev",
"format": "oxfmt",
"format:check": "oxfmt --check",
"lint": "oxlint --max-warnings 0",
"lint:fix": "oxlint --fix --max-warnings 0",
"registry:build": "pnpm --filter @spark/registry build && pnpm --filter @spark/registry sync",
"registry:check": "pnpm --filter @spark/registry check",
"start": "pnpm --filter @spark/docs start"
},
"devDependencies": {
"oxfmt": "^0.35.0",
"oxlint": "^1.50.0",
"turbo": "^2.5.6",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@10.20.0"
}