{
  "name": "ojousima.ble_influx_gw",
  "version": "0.7.0",
  "description": "Read BLE advertisements, parse data and relay data to InfluxDB",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "dependencies": {
    "@types/debug": "4.1.2",
    "@types/noble": "0.0.39",
    "@types/noble-mac": "0.0.1",
    "@types/text-encoding": "0.0.35",
    "influx": "^5.0.7",
    "noble-mac": "github:timeular/noble-mac",
    "ojousima.ruuvi_endpoints.ts": "^3.7.3",
    "os": "^0.1.1",
    "text-encoding": "^0.7.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "jest": "^24.7.1",
    "prettier": "^1.17.0",
    "ts-jest": "^24.0.2",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.4.5"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest --config jestconfig.json",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ojousima/ojousima.ble_influx_gw.ts.git"
  },
  "keywords": [
    "Ruuvi",
    "InfluxDB",
    "Grafana"
  ],
  "author": "Otso Jousimaa",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/ojousima/ojousima.ble_influx_gw.ts/issues"
  },
  "homepage": "https://github.com/ojousima/ojousima.ble_influx_gw.ts#readme"
}
