{
  "name": "@gpeng/macadam",
  "version": "2.1.7",
  "description": "Async node.js interface to Blackmagic Design capture and playback devices.",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "blackmagic",
    "SDI",
    "playback",
    "capture",
    "decklink",
    "video",
    "sound"
  ],
  "scripts": {
    "install": "node-gyp rebuild",
    "build": "node-gyp rebuild",
    "test": "tape test/*Spec.js",
    "lint": "eslint index.js **/*.js"
  },
  "author": "Gpeng",
  "license": "Apache-2.0",
  "dependencies": {
    "bindings": "^1.5.0",
    "highland": "^2.13.5"
  },
  "gypfile": true,
  "devDependencies": {
    "eslint": "^8.10.0",
    "tape": "^5.5.2"
  }
}
