{ "name": "sofi-web", "version": "0.0.0", "description": "My personal website :)", "main": "index.js", "repository": "https://codeberg.org/sofiaritz/website.git", "author": "SofĂ­a Aritz ", "license": "UNLICENSED", "private": true, "scripts": { "serve": "npx @11ty/eleventy --serve", "build": "npx @11ty/eleventy", "deploy": "cd _scripts && ./deploy.sh" }, "devDependencies": { "@11ty/eleventy": "^2.0.0" } }