{
  "name": "@connectedyard/node-jlink",
  "version": "1.1.6",
  "description": "jLinkexe driver for nodejs",
  "main": "index.js",
  "bin": {
    "node-jlink": "./bin/cli.js"
  },
  "scripts": {
    "test": "node_modules/mocha/bin/_mocha -u bdd --timeout 3000 --colors --exit tests/unit --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://homedad@github.com/PhinCo/node-jlink.git"
  },
  "keywords": [
    "jlink",
    "segger"
  ],
  "author": "Scott Eklund",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PhinCo/node-jlink/issues"
  },
  "homepage": "https://github.com/PhinCo/node-jlink#readme",
  "dependencies": {
    "bluebird": "^3.7.2",
    "commander": "^7.2.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^8.3.2"
  }
}
