{ "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", "browserslist": "^4.24.4", "lightningcss": "^1.29.3", "sass": "^1.87.0" } }