83edaf5975
build-and-deploy / build (push) Failing after 15m10s
scripts/new-post.mjs writes schema-valid posts from flags or a JSON event (the IaC publish seam). Gitea Actions workflow: ci check, audit-ci gate, build, dist scan, CycloneDX SBOM, buildah build+push, and a least-privilege digest-bump PR to home-ops (never auto-merged). Renovate + audit allowlist.
32 lines
717 B
JSON
32 lines
717 B
JSON
{
|
|
"name": "bztmon-site",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"scan": "bash scripts/check-build.sh dist",
|
|
"gen:og": "node scripts/gen-og.mjs",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^4.0.18",
|
|
"@astrojs/sitemap": "^3.7.3",
|
|
"@tailwindcss/vite": "^4.3.1",
|
|
"astro": "^6.4.7",
|
|
"tailwindcss": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"@cyclonedx/cyclonedx-npm": "^5.0.0",
|
|
"@types/node": "^25.9.3",
|
|
"audit-ci": "^7.1.0",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|