{
  "name": "@ikaru5/heimdall-controller",
  "version": "0.6.1",
  "description": "Structure your REST requests by communicating with contracts.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ikaru5/heimdall-controller.git"
  },
  "main": "index.js",
  "keywords": [
    "heimddall",
    "controller",
    "REST",
    "ActionCable",
    "WebSockets"
  ],
  "files": [
    "index.js",
    "package.js",
    "controller-base.js",
    "heimdall-controller.js"
  ],
  "scripts": {
    "test": "node --experimental-vm-modules --no-warnings node_modules/.bin/jest"
  },
  "devDependencies": {
    "jest": "^30.4.2"
  },
  "type": "module"
}
