-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 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
45
46
47
48
49
50
51
52
{
"name": "starlight-theme-openscript-monorepo",
"version": "0.1.0",
"license": "MIT",
"description": "Starlight theme of openscript Ltd.",
"author": "openscript GmbH",
"type": "module",
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"lint": "astro check --noSync && pnpm -r lint",
"format": "prettier -w --cache --ignore-unknown .",
"version": "changeset version",
"release": "changeset publish",
"tag": "changeset tag"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@hideoo/eslint-config": "^4.1.1",
"@hideoo/prettier-config": "^2.0.1",
"@hideoo/tsconfig": "^2.0.3",
"@types/node": "^25.0.2",
"astro": "^5.16.5",
"eslint": "^9.39.2",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@10.27.0",
"private": true,
"sideEffects": false,
"keywords": [
"starlight",
"theme",
"openscript",
"vitesse",
"plugin",
"documentation",
"astro"
],
"homepage": "https://github.com/openscript-ch/starlight-theme",
"repository": {
"type": "git",
"url": "https://github.com/openscript-ch/starlight-theme"
},
"bugs": "https://github.com/openscript-ch/starlight-theme/issues"
}