site/package.json
Ruben 6e057a5898
All checks were successful
/ build (push) Successful in 55s
add everything i was trying to make work
2025-05-12 20:52:49 -05:00

22 lines
530 B
JSON

{
"name": "pages",
"version": "1.0.0",
"description": "ruben's hopefully powered by eleventy website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@synth.download:10429/sneexy/pages.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4"
}
}