{
  "name": "obdii",
  "version": "0.0.1",
  "description": "Vehicle communication and data parsing with OBD-II connector.",
  "main": "lib/index.js",
  "scripts": {
    "prettier": "prettier --write '**/*.{json,md,js,jsx,ts,tsx}'",
    "tslint": "tslint --fix 'src/**/*.{ts,tsx}' -p .",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/birkir/obdii.git"
  },
  "keywords": [
    "obd",
    "obd2",
    "obdii",
    "react native",
    "elm327",
    "can",
    "serial",
    "bluetooth",
    "usb"
  ],
  "authors": [
    "Bence Sipos <sipimokus@gmail.com>",
    "Birkir Gudjonsson <birkir.gudjonsson@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/birkir/obdii"
  },
  "homepage": "https://github.com/birkir/obdii",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,tsx,js,json,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "dependencies": {
    "debug": "2.6.9",
    "serialport": "2.1.2"
  },
  "devDependencies": {
    "@types/debug": "4.1.2",
    "@types/node": "10.12.18",
    "@types/serialport": "7.0.2",
    "@ueno/tslint-config": "1.0.3",
    "husky": "1.3.1",
    "lint-staged": "8.1.5",
    "prettier": "1.16.4",
    "rimraf": "2.6.3",
    "tslint": "5.12.1",
    "typescript": "3.3.1"
  }
}
