{ "name": "www-ssg", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsx ./node_modules/.bin/eleventy --config eleventy.config.ts --formats 11ty.tsx" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.6.5", "dependencies": { "@11ty/eleventy": "^3.0.0", "@11ty/eleventy-img": "^6.0.1", "@11ty/eleventy-plugin-pug": "^1.0.0", "@11ty/eleventy-plugin-rss": "^2.0.3", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "eleventy-plugin-broken-links": "^2.2.1", "node-fetch": "^3.3.2", "opml": "^0.5.7" }, "type": "module", "devDependencies": { "tsx": "^4.19.3" } }