]> Witch of Git - web/blog/blob - package.json
Add a post "work lunches"
[web/blog] / package.json
1 {
2 "name": "blog",
3 "version": "1.0.0",
4 "description": "My blog",
5 "main": "eleventy.config.js",
6 "type": "module",
7 "devDependencies": {
8 "@11ty/eleventy": "^3.0.0",
9 "@11ty/eleventy-plugin-rss": "^2.0.0",
10 "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
11 "clean-css": "^4.2.3",
12 "html-minifier-terser": "^7.2.0",
13 "markdown-it": "^14.1.0",
14 "markdown-it-anchor": "^5.2.5",
15 "uslug": "^1.0.4"
16 },
17 "scripts": {
18 "test": "echo \"Error: no test specified\" && exit 1"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/porglezomp/blog.git"
23 },
24 "keywords": [
25 "blog"
26 ],
27 "author": "Cassie Jones",
28 "license": "UNLICENSED",
29 "bugs": {
30 "url": "https://github.com/porglezomp/blog/issues"
31 },
32 "homepage": "https://github.com/porglezomp/blog#readme"
33 }