{ "name": "@example/hackernews", "type": "module", "version": "0.0.1", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "check": "astro check && tsc", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/node": "^4.0.0", "astro": "^1.7.0" } }