mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
17 lines
No EOL
335 B
JSON
17 lines
No EOL
335 B
JSON
{
|
|
"name": "intergalactic-iron",
|
|
"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.21.1",
|
|
"astro": "^4.3.5",
|
|
"sharp": "^0.32.5"
|
|
}
|
|
} |