{ "name": "sudomsg", "version": "0.4.0", "description": "Sudomsg Website", "dependencies": { "@11ty/eleventy": "^2.0.0-canary.16", "@11ty/eleventy-navigation": "^0.3.2", "@11ty/eleventy-plugin-directory-output": "^1.0.1", "@11ty/eleventy-plugin-rss": "^1.1.2", "@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0", "luxon": "^3.0.0", "prismjs": "^1.27.0" }, "scripts": { "build": "eleventy --quiet", "serve": "eleventy --serve --quiet", "start": "npm run serve", "debug": "DEBUG=* eleventy" }, "repository": { "type": "git", "url": "git+https://sudomsg.xyz/cgit/mboocha/sudomsg/" }, "keywords": [ "Blog" ], "author": "Marc Pervaz Boocha", "license": "MIT", "homepage": "https://sudomsg.xyz" }