Files
netris-nestri/packages/play-standalone/package.json

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.0",
"@nestri/input": "*",
"astro": "5.15.1"
}
}