site/package.json
Ruben 32825ebfe3
Some checks failed
/ build (push) Has been cancelled
update packages
2025-10-26 22:36:00 -05:00

25 lines
640 B
JSON

{
"name": "site",
"version": "1.0.0",
"description": "synth.download's website, powered by eleventy.",
"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.1.2",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"lightningcss": "^1.30.2",
"terser": "^5.44.0"
}
}