-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.34 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
{
"name": "starlight-github-alerts-monorepo",
"version": "0.0.1",
"license": "MIT",
"description": "Starlight plugin to render GitHub alerts as Starlight asides.",
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
"type": "module",
"scripts": {
"test": "pnpm --stream -r test",
"lint": "astro check --noSync && pnpm -r lint",
"format": "prettier -w --cache --ignore-unknown .",
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@hideoo/eslint-config": "^4.1.1",
"@hideoo/prettier-config": "^2.0.1",
"@hideoo/tsconfig": "^2.0.3",
"astro": "^6.0.4",
"eslint": "^9.39.4",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@10.32.1",
"private": true,
"sideEffects": false,
"keywords": [
"starlight",
"github",
"alerts",
"asides",
"documentation",
"astro"
],
"homepage": "https://github.com/HiDeoo/starlight-github-alerts",
"repository": {
"type": "git",
"url": "https://github.com/HiDeoo/starlight-github-alerts.git"
},
"bugs": "https://github.com/HiDeoo/starlight-github-alerts/issues"
}