{ "name": "11ty-resume", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "start": "npx eleventy --serve", "production": "NODE_ENV=production npx @11ty/eleventy" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@11ty/eleventy": "^3.0.0", "eleventy-plugin-icons": "^4.5.3", "lucide-static": "^0.503.0" } }