-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.22 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.22 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
{
"name": "starlight-codeblock-fullscreen-monorepo",
"version": "0.1.3",
"license": "MIT",
"description": "Add fullscreen functionality to codeblocks in your documentation website.",
"author": "frostybee",
"type": "module",
"scripts": {
"release": "changeset publish",
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile",
"start:docs": "pnpm -F starlight-codeblock-fullscreen-docs dev"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.3",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"eslint": "^9.26.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=22.12.0"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"packageManager": "pnpm@10.26.1",
"sideEffects": false,
"private": true,
"homepage": "https://github.com/frostybee/starlight-codeblock-fullscreen",
"repository": {
"type": "git",
"url": "https://github.com/frostybee/starlight-codeblock-fullscreen.git",
"directory": "packages/starlight-codeblock-fullscreen"
},
"bugs": "https://github.com/frostybee/starlight-codeblock-fullscreen/issues"
}