imwiki.org/package.json
array-in-a-matrix fd4b94c47b init
2024-01-21 22:31:10 -05:00

15 lines
266 B
JSON

{
"name": "imwiki.org",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.2.1"
}
}