mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 02:30:12 +02:00
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"name": "sharp-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.32.3",
|
|
"astro": "^5.5.3"
|
|
}
|
|
}
|