-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1011 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1011 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
{
"name": "starlight-announcement-monorepo",
"version": "0.0.1",
"license": "MIT",
"description": "A plugin to add custom announcements to your Starlight docs.",
"author": "frostybee",
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@10.28.2",
"private": true,
"sideEffects": false,
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0"
},
"scripts": {
"build": "pnpm -F starlight-announcement build",
"build:docs": "pnpm -F starlight-announcement-docs build",
"start:docs": "pnpm -F starlight-announcement-docs start",
"ci-version": "changeset version && pnpm install --no-frozen-lockfile",
"ci-publish": "changeset publish"
},
"homepage": "https://github.com/frostybee/starlight-announcement",
"repository": {
"type": "git",
"url": "https://github.com/frostybee/starlight-announcement.git"
},
"bugs": "https://github.com/frostybee/starlight-announcement/issues"
}