-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 907 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 907 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
32
33
{
"name": "awesome-starlight",
"version": "0.1.0",
"description": "Automatically curated list of awesome Starlight resources",
"type": "module",
"homepage": "https://github.com/trueberryless-org/awesome-starlight",
"bugs": {
"url": "https://github.com/trueberryless-org/awesome-starlight/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/awesome-starlight.git"
},
"scripts": {
"update": "node scripts/update-list.js",
"test": "node scripts/update-list.js --dry-run"
},
"keywords": [
"astro",
"starlight",
"documentation",
"awesome",
"awesome-list"
],
"license": "MIT",
"author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)",
"dependencies": {
"@anthropic-ai/sdk": "^0.33.1",
"js-yaml": "^4.1.1",
"node-fetch": "^3.3.2"
},
"packageManager": "pnpm@10.10.0"
}