jscodeshift
Version:
A toolkit for JavaScript codemods
17 lines • 323 B
JSON
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.24.4",
"astro": "^4.16.18",
"sharp": "^0.32.5"
}
}