orbital-orbit/package.json

16 lines
No EOL
303 B
JSON

{
"name": "orbital-orbit",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"astro": "^5.1.1",
"typescript": "^5.7.2"
}
}