{
  "name": "ntcore-ts-client",
  "version": "3.1.3",
  "license": "MIT",
  "keywords": [
    "ntcore",
    "networktables",
    "frc",
    "robot",
    "robotics",
    "first",
    "first robotics",
    "first robotics competition",
    "wpilib",
    "nt",
    "network",
    "tables"
  ],
  "dependencies": {
    "@msgpack/msgpack": "^3.1.1",
    "isomorphic-ws": "^5.0.0",
    "mock-socket": "9.3.1",
    "ws": "^8.18.1",
    "zod": "^3.24.3",
    "tslib": "2.8.1"
  },
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "type": "commonjs"
}