- AutoBank branding, phosphor-green terminal aesthetic - Five normalized logo frames that advance on scroll - Logo build scripts and design exploration docs under docs/
19 lines
508 B
JSON
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"
|
|
}
|