Slop_Documentation/package.json

21 lines
397 B
JSON
Raw Normal View History

2023-06-28 04:03:52 -04:00
{
"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"
}
}