-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.07 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.07 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
{
"name": "starlight-telescope-monorepo",
"version": "0.0.1",
"license": "MIT",
"description": "Quickly navigate to any page in your Starlight docs with fuzzy search and keyboard-first navigation.",
"author": "frostybee",
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@10.26.1",
"private": true,
"sideEffects": false,
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8"
},
"scripts": {
"dev": "pnpm -F starlight-telescope-docs dev",
"build": "pnpm -F starlight-telescope-docs build",
"build:docs": "pnpm -F starlight-telescope-docs build",
"start:docs": "pnpm -F starlight-telescope-docs start",
"ci-version": "changeset version && pnpm install --no-frozen-lockfile",
"ci-publish": "pnpm build && changeset publish"
},
"homepage": "https://github.com/frostybee/starlight-telescope",
"repository": {
"type": "git",
"url": "https://github.com/frostybee/starlight-telescope.git"
},
"bugs": "https://github.com/frostybee/starlight-telescope/issues"
}