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-10-02 08:34:57 +00:00
|
|
|
"@astrojs/node": "^6.0.2",
|
2023-10-02 15:55:56 +00:00
|
|
|
"astro": "^3.2.2",
|
2023-05-03 16:40:47 +00:00
|
|
|
"html-minifier": "^4.0.0"
|
|
|
|
}
|
|
|
|
}
|