21 lines
397 B
JSON
21 lines
397 B
JSON
|
{
|
||
|
"name": "slop-documentation",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": {
|
||
|
"@astrojs/starlight": "^0.3.0",
|
||
|
"astro": "^2.7.1",
|
||
|
"sharp": "^0.32.1"
|
||
|
}
|
||
|
}
|