maia.crimew.gay/package.json

16 lines
415 B
JSON
Raw Normal View History

{
"name": "maia.crimew.gay",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rm -rf www && eleventy",
2022-05-31 19:30:08 +00:00
"serve": "rm -rf www && eleventy --serve",
"update": "git pull && npm run build"
},
"dependencies": {
"@11ty/eleventy": "^1.0.1",
2023-01-20 15:34:12 +00:00
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0"
}
}