{
  "name": "waveorb",
  "version": "1.2.0",
  "description": "Waveorb Javascript web app development framework",
  "bin": {
    "waveorb": "bin/waveorb.js"
  },
  "scripts": {
    "test": "WAVEORB_PORT=5060 jest --verbose=false --watch",
    "serve:test": "WAVEORB_APP=test/apps/app WAVEORB_PORT=5060 nodemon ./bin/waveorb.js serve",
    "serve": "nodemon ./bin/waveorb.js serve",
    "build": "rm -rf ./dist && node ./bin/waveorb.js build",
    "update": "ncu -u -x got && npm i",
    "help": "node ./bin/waveorb.js help"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eldoy/waveorb.git"
  },
  "author": "Vidar Eldøy <vidar@eldoy.com>",
  "license": "MIT",
  "dependencies": {
    "brainmatter": "^0.1.0",
    "conficurse": "0.5.11",
    "d8a": "^0.10.2",
    "extras": "^0.17.0",
    "fport": "^0.4.0",
    "furu": "^0.6.0",
    "got": "^11.8.6",
    "html6": "^0.2.1",
    "lavkode": "^0.2.3",
    "lodash": "^4.17.21",
    "sass": "^1.87.0",
    "sitemap": "^8.0.0",
    "skjema": "^0.8.8",
    "terminal-kit": "^3.1.2",
    "terser": "^5.39.0",
    "tomarkup": "^0.10.2",
    "waveorb-generate": "^0.11.4",
    "waveorb-validations": "^0.2.2"
  },
  "devDependencies": {
    "configdb": "^0.2.5",
    "jest": "^29.7.0"
  },
  "keywords": [
    "javascript",
    "node",
    "fast",
    "tiny",
    "web app",
    "framework",
    "front end",
    "html",
    "template",
    "literal",
    "no webpack",
    "ssr",
    "static site generator",
    "isomorphic",
    "jamstack"
  ]
}
