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", "name": "gf4-www",
"version": "0.1.0", "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": { "scripts": {
"build": "eleventy", "build": "npx @11ty/eleventy && rsync -a _src/assets/ _site/assets/",
"watch": "eleventy --watch", "watch": "npx @11ty/eleventy --watch",
"serve": "eleventy --serve", "serve": "npx @11ty/eleventy --serve",
"start": "eleventy --serve --watch", "start": "npx @11ty/eleventy --serve --watch",
"debug": "DEBUG=* eleventy" "debug": "DEBUG=* eleventy"
}, },
"license": "UNLICENSED", "license": "UNLICENSED",