Files
anotherreflections-website-v2/package.json
striker bd6ab03b2e
All checks were successful
deploy / deploy (push) Successful in 3m7s
feat(seo): discoverability + Schema.org + IndexNow + Trivy (#1)
2026-05-21 14:25:12 +03:00

28 lines
600 B
JSON

{
"name": "anotherreflections-website-v2",
"type": "module",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"migrate": "node scripts/migrate-wp.mjs",
"indexnow": "node scripts/indexnow.js"
},
"dependencies": {
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"astro": "^6.3.6",
"sanitize-html": "^2.17.0"
},
"devDependencies": {
"@types/sanitize-html": "^2.16.0",
"sharp": "^0.34.5"
}
}