Files
codex/package.json

15 lines
261 B
JSON

{
"name": "codex",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.17.1",
"three": "^0.182.0"
}
}