www-lordnet-sh/package.json
lordtet 955a330ad9 i seriously vibe coded the hell out of this LOL. I'm not a web guy. I'll
look this over to make sure its not TOO slop-heavy later on.
2026-03-23 22:49:10 -04:00

13 lines
264 B
JSON

{
"name": "blag",
"version": "1.0.0",
"private": true,
"description": "Personal site — phosphor terminal aesthetic",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
}
}