Files
netris-nestri/packages/play-standalone/package.json
2026-02-19 18:02:10 +02:00

16 lines
301 B
JSON

{
"name": "play-standalone",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "9.5.1",
"@nestri/input": "*",
"astro": "5.16.5"
}
}