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-01 07:10:51 -05:00
|
|
|
"@astrojs/node": "^8.2.3",
|
2024-03-07 19:45:27 -05:00
|
|
|
"astro": "^4.4.14",
|
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
|
|
|
}
|
|
|
|
}
|