2022-11-01 16:20:04 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2022-12-12 15:22:39 +00:00
|
|
|
"@astrojs/node": "^3.1.1",
|
|
|
|
"astro": "^1.6.15"
|
2022-11-01 16:20:04 +00:00
|
|
|
}
|
|
|
|
}
|