package.json: add scripts

This commit is contained in:
He4eT 2025-02-13 14:52:22 +01:00
commit 83a4f35302
2 changed files with 3 additions and 9 deletions

2
package-lock.json generated
View file

@ -6,8 +6,6 @@
"packages": {
"": {
"name": "xecut",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^3.0.0"
}

View file

@ -1,14 +1,10 @@
{
"name": "xecut",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"description": "A website for the Xecut hackspace.",
"dependencies": {
"@11ty/eleventy": "^3.0.0"
}