{
  "name": "wisp-server-node",
  "version": "1.1.8",
  "type": "commonjs",
  "description": "",
  "main": "dist/ConnectionHandler.js",
  "types": "dist/ConnectionHandler.d.ts",
  "files": [
    "dist",
    "bin.js"
  ],
  "keywords": [],
  "author": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MercuryWorkshop/wisp-server-node.git"
  },
  "homepage": "https://github.com/MercuryWorkshop/wisp-server-node#readme",
  "license": "AGPL-3.0-only",
  "devDependencies": {
    "@types/ws": "^8.5.12",
    "typescript": "^5.6.2"
  },
  "dependencies": {
    "bufferutil": "^4.0.8",
    "utf-8-validate": "^6.0.4",
    "ws": "^8.18.0"
  },
  "scripts": {
    "start": "node dist/createServer.js",
    "build": "tsc",
    "dev": "tsc --watch",
    "pretty": "npx prettier -w *"
  }
}