2025-03-20 22:59:45 -04:00
|
|
|
{
|
|
|
|
|
"name": "www-ssg",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"packageManager": "pnpm@10.6.5",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@11ty/eleventy": "^3.0.0",
|
|
|
|
|
"@11ty/eleventy-img": "^6.0.1",
|
2025-03-21 01:57:13 -04:00
|
|
|
"@11ty/eleventy-plugin-pug": "^1.0.0",
|
|
|
|
|
"opml": "^0.5.7"
|
2025-03-20 22:59:45 -04:00
|
|
|
},
|
|
|
|
|
"type": "module"
|
|
|
|
|
}
|