{
  "name": "@logitech-mx-creative-console/core",
  "version": "0.2.3",
  "description": "An npm module for interfacing with the Logitech MX Creative Console",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/julusian/node-logitech-mx-creative-console#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Julusian/node-logitech-mx-creative-console"
  },
  "bugs": {
    "url": "https://github.com/julusian/node-logitech-mx-creative-console/issues"
  },
  "author": {
    "name": "Julian Waller",
    "email": "git@julusian.co.uk"
  },
  "contributors": [
    {
      "name": "Håkon Nessjøen",
      "email": "haakon@bitfocus.io"
    },
    {
      "name": "Richard Fox",
      "twitter": "ProbablePrime"
    },
    {
      "name": "Chris Hanel",
      "twitter": "chrishanel",
      "email": "chrishanel@gmail.com",
      "url": "http://www.chrishanel.com/"
    }
  ],
  "keywords": [
    "logi",
    "mx",
    "creative console",
    "hid",
    "usb",
    "hardware",
    "interface",
    "controller"
  ],
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.18"
  },
  "dependencies": {
    "eventemitter3": "^5.0.1",
    "tslib": "^2.8.1"
  }
}