auto/package.json
ilia c08a3e482b Launch AutoBank site with Serial Console theme and scroll hourglass logo.
- AutoBank branding, phosphor-green terminal aesthetic
- Five normalized logo frames that advance on scroll
- Logo build scripts and design exploration docs under docs/
2026-05-20 21:05:29 -04:00

19 lines
508 B
JSON

{
"name": "autobank-site",
"version": "1.0.0",
"private": true,
"description": "AutoBank — static landing page for automation consulting",
"scripts": {
"logos:normalize": "node scripts/normalize-logos.mjs",
"logos:match-full": "node scripts/match-full-brightness.mjs assets/logos/source/hourglass-mint-full-v2.png"
},
"devDependencies": {
"sharp": "^0.34.2"
},
"repository": {
"type": "git",
"url": "git@gitea.levkin.ca:ilia/auto.git"
},
"license": "UNLICENSED"
}