{
  "name": "node-canal",
  "version": "1.0.15",
  "description": "CANAL module interface for node.js",
  "main": "index.js",
  "gypfile": true,
  "scripts": {
    "start": "node index.js",
    "build:dev": "node-gyp -j 16 build --debug",
    "build": "node-gyp -j 16 build",
    "rebuild:dev": "node-gyp -j 16 rebuild --debug",
    "rebuild": "node-gyp -j 16 rebuild",
    "clean": "node-gyp clean",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grodansparadis/node-canal.git"
  },
  "keywords": [
    "canal",
    "can",
    "vscp",
    "automation"
  ],
  "author": "Åke Hedman, Grodans Paradis AB <akhe@grodansparadis.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/grodansparadis/node-canal/issues"
  },
  "homepage": "https://github.com/grodansparadis/node-canal#readme",
  "devDependencies": {
    "eslint": "^8.15.0",
    "mocha": "^10.0.0",
    "node-gyp": "^9.0.0",
    "npm-check-updates": ">=13.0.0",
    "should": "^13.2.3"
  },
  "dependencies": {
    "bindings": "^1.5.0",
    "ini": "^3.0.0",
    "minimist": "^1.2.6",
    "node-addon-api": "^5.0.0",
    "semver": "^7.3.7",
    "util": "^0.12.4"
  }
}
