{
  "name": "@showbridge/lib",
  "version": "0.17.0",
  "description": "Main library for showbridge protocol router",
  "main": "dist/lib/index.js",
  "type": "module",
  "files": [
    "dist/lib"
  ],
  "scripts": {
    "pretest": "npm run build",
    "test": "node --test --experimental-test-coverage",
    "prebuild": "rimraf dist/lib",
    "prepack": "npm run test",
    "build": "tsc",
    "build:dev": "tsc"
  },
  "author": {
    "name": "Joel Wetzell",
    "email": "me@jwetzell.com",
    "url": "https://jwetzell.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jwetzell/showbridge.git"
  },
  "keywords": [
    "show",
    "control",
    "protocol",
    "router",
    "theatre"
  ],
  "license": "MIT",
  "dependencies": {
    "@julusian/midi": "3.6.1",
    "ajv": "8.17.1",
    "cors": "2.8.5",
    "express": "4.21.2",
    "lodash-es": "4.17.21",
    "mqtt": "5.10.4",
    "osc-min": "2.1.1",
    "pino": "9.6.0",
    "slip": "1.0.2",
    "socket.io-client": "4.8.1",
    "superagent": "10.2.0",
    "ws": "8.18.1"
  },
  "devDependencies": {
    "@showbridge/types": "0.5.0",
    "@types/express": "5.0.0",
    "@types/node": "22.13.10",
    "@types/osc-min": "npm:@2bit/types-osc-min@1.0.1",
    "rimraf": "6.0.1",
    "typescript": "5.8.2"
  }
}
