{
  "name": "@nymphjs/pubsub",
  "version": "1.0.0-beta.92",
  "description": "Nymph.js - PubSub Server",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "nymph",
    "ORM",
    "object relational mapper"
  ],
  "scripts": {
    "clean": "test -d dist && rm -r dist || true",
    "build": "tsc",
    "watch": "tsc --watch",
    "prepublish": "npm run clean && npm run build",
    "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
    "test:watch": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest --watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sciactive/nymphjs.git"
  },
  "author": "Hunter Perrin <hperrin@gmail.com>",
  "bugs": {
    "url": "https://github.com/sciactive/nymphjs/issues"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@nymphjs/nymph": "^1.0.0-beta.92",
    "lodash-es": "^4.17.21",
    "websocket": "^1.0.35"
  },
  "devDependencies": {
    "@nymphjs/client": "^1.0.0-beta.92",
    "@nymphjs/driver-sqlite3": "^1.0.0-beta.92",
    "@nymphjs/server": "^1.0.0-beta.92",
    "@tsconfig/recommended": "^1.0.8",
    "@types/express": "^5.0.0",
    "@types/jest": "^29.5.14",
    "@types/lodash-es": "^4.17.12",
    "@types/websocket": "^1.0.10",
    "express": "^4.21.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  },
  "gitHead": "f5e736371322852b3f4bcd60526e7e7fb829aae6"
}
