mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-08-05 03:24:57 +08:00
20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"name": "hubproxy-docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "npm@11.12.1",
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.41.3",
|
|
"astro": "^7.0.7",
|
|
"sharp": "^0.34.5"
|
|
}
|
|
}
|