-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 652 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 652 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
{
"name": "starlight-giscus-monorepo",
"license": "MIT",
"description": "Integrates the Giscus comments into your documentation.",
"keywords": [
"starlight",
"giscus",
"comments"
],
"author": "Bugo",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"astro": "^5.18.0"
},
"packageManager": "pnpm@10.28.0",
"private": true,
"sideEffects": false,
"homepage": "https://github.com/dragomano/starlight-giscus",
"repository": {
"type": "git",
"url": "https://github.com/dragomano/starlight-giscus.git"
},
"bugs": "https://github.com/dragomano/starlight-giscus/issues"
}