21 lines
447 B
JSON
Executable file
21 lines
447 B
JSON
Executable file
{
|
|
"name": "@lilith/seo-frontend-static",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@astrojs/sitemap": "^3.7.0",
|
|
"astro": "^5.16.11",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.30"
|
|
}
|
|
}
|