2025-03-20 22:59:45 -04:00
|
|
|
{
|
|
|
|
|
"name": "www-ssg",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2025-06-05 10:20:33 -04:00
|
|
|
"build": "pnpm run logos && eleventy --config eleventy.config.js",
|
|
|
|
|
"logos": "cd node_modules/canvas && pnpm run install && cd ../../ && node logo.js && node favicons.js"
|
2025-03-20 22:59:45 -04:00
|
|
|
},
|
|
|
|
|
"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",
|
2025-03-26 23:04:06 -04:00
|
|
|
"@11ty/eleventy-plugin-rss": "^2.0.3",
|
2025-03-25 21:43:54 -04:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
2025-06-05 10:20:33 -04:00
|
|
|
"canvas": "^3.1.0",
|
2025-03-25 21:16:39 -04:00
|
|
|
"eleventy-plugin-broken-links": "^2.2.1",
|
2025-06-05 10:20:33 -04:00
|
|
|
"favicons": "^7.2.0",
|
2025-06-03 21:29:37 -04:00
|
|
|
"markdown-it-footnote": "^4.0.0",
|
2025-06-02 09:52:58 -04:00
|
|
|
"node-fetch": "^3.3.2",
|
2025-03-21 01:57:13 -04:00
|
|
|
"opml": "^0.5.7"
|
2025-03-20 22:59:45 -04:00
|
|
|
},
|
2025-06-03 21:29:37 -04:00
|
|
|
"type": "module"
|
2025-03-20 22:59:45 -04:00
|
|
|
}
|