-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 820 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 820 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
{
"name": "superspec-monorepo",
"author": "Jay Hsueh<jayhsueh95@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/asasugar/SuperSpec.git"
},
"homepage": "https://github.com/asasugar/SuperSpec.git",
"bugs": {
"url": "https://github.com/asasugar/SuperSpec.git/issues"
},
"packageManager": "pnpm@9.1.1",
"private": true,
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm --filter @superspec/cli dev",
"check": "biome check --write ./packages",
"changeset": "changeset",
"changeset:version": "changeset version",
"release": "pnpm build && changeset publish"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.8"
},
"dependencies": {
"@biomejs/biome": "^2.3.15"
}
}