generated from TheOtterlord/starlight-theme-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 895 Bytes
/
package.json
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
{
"name": "starlight-minimalistic-theme-monorepo",
"version": "0.0.0",
"private": true,
"homepage": "https://github.com/trueberryless-org/starlight-minimalistic-theme",
"bugs": {
"url": "https://github.com/trueberryless-org/starlight-minimalistic-theme/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/starlight-minimalistic-theme.git"
},
"license": "MIT",
"author": "trueberryless <[email protected]> (https://trueberryless.org)",
"scripts": {
"build": "pnpm --filter docs build",
"ci:publish": "pnpm publish -r",
"ci:version": "pnpm changeset version",
"dev": "pnpm --filter docs dev",
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11"
},
"packageManager": "[email protected]"
}