xecut-site/package.json

13 lines
284 B
JSON

{
"name": "xecut",
"type": "module",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve"
},
"description": "A website for the Xecut hackspace.",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"modern-normalize": "^3.0.1"
}
}