{
  "name": "streamdeckd",
  "version": "1.0.4",
  "description": "A nodejs streamdeck daemon with d-bus support",
  "main": "main.js",
  "scripts": {
    "start": "node main.js"
  },
  "bin": {
    "streamdeckd": "./daemon.js"
  },
  "preferGlobal": true,
  "keywords": [
    "Elgato",
    "StreamDeck",
    "Stream",
    "Deck"
  ],
  "pkg": {
    "scripts": [
      "*.js",
      "node_modules/canvas/build/Release/*.so.*"
    ],
    "assets": [
      "handlers.json",
      "blank.png",
      "node_modules/canvas/build/Release/*.so.*"
    ]
  },
  "author": "The-Jonsey",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/the-jonsey/streamdeckd.git"
  },
  "bugs": {
    "url": "https://github.com/the-jonsey/streamdeckd/issues"
  },
  "homepage": "https://github.com/the-jonsey/streamdeckd#readme",
  "dependencies": {
    "@jimp/bmp": "^0.9.5",
    "@jimp/gif": "^0.9.5",
    "@jimp/jpeg": "^0.9.5",
    "@jimp/png": "^0.9.5",
    "canvas": "^2.6.1",
    "daemonize-process": "^2.0.1",
    "dbus-native": "^0.4.0",
    "elgato-stream-deck": "^3.3.0",
    "gif-frames": "^1.0.1",
    "jimp": "^0.9.5",
    "node-hid": "^1.2.0",
    "ps-node": "^0.1.6",
    "request": "latest",
    "string-pixel-width": "^1.10.0",
    "svg2img": "^0.6.1",
    "usb-detection": "^4.7.0"
  },
  "devDependencies": {
    "pkg": "github:geekuillaume/pkg"
  }
}
