forked from nyancrimew/maia.crimew.gay
15 lines
423 B
JSON
15 lines
423 B
JSON
{
|
|
"name": "maia.crimew.gay",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "rm -rf www && eleventy",
|
|
"serve": "rm -rf www && eleventy --serve",
|
|
"update": "git pull && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^v2.0.0-beta.1",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0"
|
|
}
|
|
}
|