1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"name": "sudomsg",
"version": "0.4.3",
"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",
"serve": "eleventy --serve",
"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"
}
|