{
  "name": "@harmonyjs/controller-spa",
  "description": "Single Page Application controller for Harmony",
  "version": "1.0.1",
  "license": "ISC",
  "files": [
    "dist-*/",
    "bin/"
  ],
  "pika": true,
  "sideEffects": false,
  "keywords": [
    "SPA",
    "Harmony",
    "HarmonyJS"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jvdsande/harmonyjs.git"
  },
  "dependencies": {
    "@types/http-proxy": "^1.17.4",
    "fastify-http-proxy": "^3.2.0",
    "fastify-static": "^2.7.0",
    "http-proxy": "^1.18.1"
  },
  "devDependencies": {
    "typescript": "^3.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "source": "dist-src/index.js",
  "types": "dist-types/index.d.ts",
  "main": "dist-node/index.js",
  "peerDependencies": {}
}
