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",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-22 14:19:18 +00:00
|
|
|
"@astrojs/node": "^6.0.0-rc.1",
|
2023-08-25 18:10:30 +00:00
|
|
|
"astro": "^3.0.0-rc.7"
|
2022-11-01 16:20:04 +00:00
|
|
|
}
|
|
|
|
}
|