-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.36 KB
/
package.json
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
45
46
47
48
{
"name": "starlight-versions-monorepo",
"version": "0.3.1",
"license": "MIT",
"description": "Starlight plugin to version documentation pages.",
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
"type": "module",
"scripts": {
"test": "pnpm --stream -r test",
"lint": "astro check --minimumSeverity warning --noSync && pnpm -r lint",
"format": "prettier -w --cache --ignore-unknown .",
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@hideoo/eslint-config": "^4.0.0",
"@hideoo/prettier-config": "^2.0.0",
"@hideoo/tsconfig": "^2.0.1",
"@types/node": "^18.19.68",
"astro": "^5.0.9",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.0.4",
"private": true,
"sideEffects": false,
"keywords": [
"starlight",
"plugin",
"versions",
"versioning",
"documentation",
"astro"
],
"homepage": "https://github.com/HiDeoo/starlight-versions",
"repository": {
"type": "git",
"url": "https://github.com/HiDeoo/starlight-versions.git"
},
"bugs": "https://github.com/HiDeoo/starlight-versions/issues"
}