This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
website/package.json
2023-03-12 01:26:35 +01:00

18 lines
425 B
JSON

{
"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 <sofi@sofiaritz.com>",
"license": "UNLICENSED",
"private": true,
"scripts": {
"serve": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.0"
}
}