-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 959 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 959 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-theme-next-monorepo",
"version": "0.0.1",
"private": true,
"description": "Starlight theme inspired by the Next.js docs.",
"homepage": "https://github.com/trueberryless-org/starlight-theme-next",
"bugs": {
"url": "https://github.com/trueberryless-org/starlight-theme-next/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/starlight-theme-next.git"
},
"license": "MIT",
"author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)",
"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"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=22.12.0"
}
}