{
  "name": "scratchhw-link-copy",
  "version": "0.0.1",
  "description": "Porvide local hardware function to scratchhw",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/server.js",
    "docs": "jsdoc -c .jsdoc.json",
    "lint": "eslint ./src",
    "test": ""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ScratchHW/scratchhw-link.git"
  },
  "keywords": [
    "scratchhw",
    "link",
    "microbit",
    "arduino",
    "nodejs",
    "scratch3.0",
    "ble",
    "serialport"
  ],
  "author": "ScratchHW Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ScratchHW/scratchhw-link/issues"
  },
  "homepage": "https://github.com/ScratchHW/scratchhw-link#readme",
  "dependencies": {
    "ansi-string": "^0.2.1",
    "install": "^0.13.0",
    "noble": "^1.9.1",
    "serialport": "^9.0.1",
    "ws": "^7.1.1",
    "wss": "^3.3.4"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^5.3.0",
    "eslint-config-scratch": "^5.0.0"
  }
}
