2023-05-03 11:40:47 -05: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": {
|
2024-03-20 03:41:00 -05:00
|
|
|
"@astrojs/node": "^8.2.5",
|
2024-05-09 09:40:23 -05:00
|
|
|
"astro": "^4.8.1",
|
2023-05-03 11:40:47 -05:00
|
|
|
"html-minifier": "^4.0.0"
|
2023-12-28 16:49:04 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/html-minifier": "^4.0.5"
|
2023-05-03 11:40:47 -05:00
|
|
|
}
|
|
|
|
}
|