24 lines
546 B
JSON
24 lines
546 B
JSON
|
|
{
|
||
|
|
"name": "@astrojs/discovery-docs",
|
||
|
|
"type": "module",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Documentation site for @astrojs/discovery integration",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "astro dev",
|
||
|
|
"start": "astro dev",
|
||
|
|
"build": "astro build",
|
||
|
|
"preview": "astro preview",
|
||
|
|
"astro": "astro",
|
||
|
|
"check": "astro check"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@astrojs/starlight": "^0.36.2",
|
||
|
|
"astro": "^5.6.1",
|
||
|
|
"sharp": "^0.34.2"
|
||
|
|
},
|
||
|
|
"author": {
|
||
|
|
"name": "Ryan Malloy",
|
||
|
|
"email": "ryan@supported.systems"
|
||
|
|
},
|
||
|
|
"license": "MIT"
|
||
|
|
}
|