-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "starlight-view-modes-monorepo",
"version": "0.1.0",
"private": true,
"description": "Starlight plugin adding view mode capabilities to your documentation website.",
"keywords": [
"starlight",
"plugin",
"zen",
"view",
"mode",
"zen-mode",
"view-modes",
"documentation"
],
"homepage": "https://github.com/trueberryless-org/starlight-view-modes",
"bugs": {
"url": "https://github.com/trueberryless-org/starlight-view-modes/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/starlight-view-modes.git",
"directory": "packages/starlight-view-modes"
},
"license": "MIT",
"author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)",
"sideEffects": false,
"type": "module",
"scripts": {
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=22.12.0"
}
}