{
  "name": "@vlasky/mysql-live-select",
  "version": "1.3.0",
  "description": "Live updating MySQL SELECT statements",
  "type": "module",
  "main": "lib/LiveMysql.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./lib/LiveMysql.js"
    }
  },
  "repository": "https://github.com/vlasky/mysql-live-select",
  "scripts": {
    "pretest": "bash scripts/start-mysql.sh",
    "test": "node --test test/index.js"
  },
  "keywords": [
    "mysql",
    "binlog",
    "select",
    "live",
    "update"
  ],
  "author": "Vlad Lasky <github@vladlasky.com> (https://github.com/vlasky)",
  "contributors": [
    "Ben Green <ben@latenightsketches.com> (https://github.com/numtel)",
    "Wen Jia Liu <wj32.64@gmail.com> (https://github.com/wj32)"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@vlasky/zongji": "^0.6.1",
    "ejson": "^2.2.3",
    "mysql2": "^3.17.2"
  },
  "devDependencies": {
    "@types/ejson": "^2.2.2",
    "@types/node": "^25.1.0",
    "@types/punycode": "^2.1.4",
    "eslint": "^9.39.2",
    "typescript": "^5.9.3"
  }
}
