2023-05-03 16:40:47 +00:00
|
|
|
{
|
|
|
|
"name": "@example/middleware",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
|
|
|
"server": "node dist/server/entry.mjs"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-13 20:55:58 +00:00
|
|
|
"@astrojs/node": "^5.2.0",
|
2023-06-19 15:36:45 +00:00
|
|
|
"astro": "^2.6.5",
|
2023-05-03 16:40:47 +00:00
|
|
|
"html-minifier": "^4.0.0"
|
|
|
|
}
|
|
|
|
}
|