Updated package.json

master
Keith Irwin 2022-10-20 09:45:47 -06:00
parent 31b7cf7dbf
commit aa7e15e821
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,13 @@
{
"name": "gf4-www",
"version": "0.1.0",
"repository": "ssh://ksn.gf4/srv/gf4/git/www",
"description": "Public website for Galactic Fortress 4",
"repository": "https://gitea.ksn.gf4/gf4/www",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve --watch",
"build": "npx @11ty/eleventy && rsync -a _src/assets/ _site/assets/",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve --watch",
"debug": "DEBUG=* eleventy"
},
"license": "UNLICENSED",