{
  "name": "x11",
  "author": "Andrey Sidorov <andrey.sidorov@gmail.com>",
  "description": "A pure node.js JavaScript client implementing X Window (X11) protocol and extensions.",
  "keywords": [
    "X Window",
    "ui",
    "gui",
    "widgets",
    "desktop",
    "XWindow",
    "X"
  ],
  "homepage": "https://github.com/sidorares/node-x11",
  "version": "3.9.0",
  "maintainers": [
    {
      "name": "Andrey Sidorov",
      "email": "andrey.sidorov@gmail.com"
    },
    {
      "name": "Santiago Gimeno",
      "email": "santiago.gimeno@gmail.com"
    }
  ],
  "bugs": {
    "url": "http://github.com/sidorares/node-x11/issues"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sidorares/node-x11.git"
  },
  "main": "./lib",
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "async": "^3.0.1",
    "bunny": "^1.0.1",
    "eslint": "^10.7.0",
    "mocha": "^11.7.6",
    "sax": "^1.2.4",
    "should": "^13.2.1",
    "sinon": "^22.1.0",
    "teapot": "^1.0.0"
  },
  "scripts": {
    "test": "node test-runner.js",
    "test:local": "./scripts/test-local.sh",
    "test:glx-emu": "mocha test/glx-emu/ --timeout 10000",
    "test:xserver": "mocha test/xserver/ --timeout 10000",
    "lint": "eslint .",
    "gen:events": "node autogen/generate-events.js",
    "gen:replies": "node autogen/generate-replies.js",
    "gen:protocol": "npm run gen:events && npm run gen:replies",
    "prepublish": "npm prune"
  }
}
