{
  "name": "bluelinky2",
  "version": "7.6.9",
  "description": "An unofficial nodejs API wrapper for Hyundai bluelink",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "dev": "rollup -w -c rollup.config.js",
    "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
    "prepublishOnly": "npm run build",
    "test": "jest --verbose",
    "debug": "cross-env LOG_LEVEL=debug ts-node debug.ts",
    "test-ca": "npm run build && node test-ca.js",
    "watch": "tsc -w"
  },
  "author": "Hacksore",
  "license": "MIT",
  "dependencies": {
    "@types/got": "^9.6.12",
    "got": "^13.0.0",
    "push-receiver": "^2.1.1",
    "tough-cookie": "^4.0.0",
    "winston": "^3.3.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "homepage": "https://github.com/Hacksore/bluelinky",
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@types/jest": "^25.1.4",
    "@types/node": "^14.0.14",
    "@typescript-eslint/eslint-plugin": "^3.5.0",
    "@typescript-eslint/parser": "^3.5.0",
    "babel-jest": "^26.1.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.3.1",
    "got": "13.0.0",
    "husky": "^4.2.5",
    "inquirer": "^7.3.0",
    "jest": "^26.6.3",
    "rollup": "^2.18.2",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.27.2",
    "ts-jest": "^26.1.1",
    "ts-node": "^9.1.1",
    "tslib": "^2.0.0",
    "typescript": "^3.9.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/networkneil/bluelinky.git"
  },
  "keywords": [
    "Hyundai",
    "Bluelink"
  ],
  "bugs": {
    "url": "https://github.com/networkneil/bluelinky/issues"
  }
}
