mirror of
https://codeberg.org/sofiaritz/website.git
synced 2023-09-06 01:24:41 +00:00
22 lines
596 B
JSON
22 lines
596 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",
|
|
"deploy": "cd _scripts && ./deploy.sh",
|
|
"ascii_to_svg": "cd _scripts/ascii && ./to_ascii.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.0",
|
|
"eleventy-plugin-time-to-read": "^1.3.0",
|
|
"luxon": "^3.3.0"
|
|
}
|
|
}
|