{
  "name": "tplink-smarthome-crypto",
  "version": "4.0.0",
  "description": "TP-Link Smarthome Crypto",
  "keywords": [
    "tplink",
    "kasa",
    "smarthome",
    "smartplug",
    "smartswitch",
    "smartbulb"
  ],
  "homepage": "https://github.com/plasticrake/tplink-smarthome-crypto#readme",
  "bugs": {
    "url": "https://github.com/plasticrake/tplink-smarthome-crypto/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plasticrake/tplink-smarthome-crypto.git"
  },
  "license": "MIT",
  "author": "Patrick Seal",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "prebuild": "npm run clean",
    "build": "tsc",
    "clean": "rimraf lib/",
    "coverage-report-lcov": "nyc report --reporter=lcov",
    "docs": "typedoc",
    "lint": "eslint --ignore-path .gitignore . --ext .js,.ts --format=pretty && tsc --noEmit",
    "prepare": "npm run build",
    "release": "git add -A docs/README.md && standard-version --sign --commit-all",
    "spellcheck": "cspell '{src,test}/**/*' *.md",
    "pretest": "npm run lint && npm run build",
    "test": "npm run test:only",
    "test:ci": "npm run test:only",
    "test:only": "cross-env NODE_ENV=test && nyc mocha --color"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.0.3",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "chai": "^4.3.6",
    "cross-env": "^7.0.3",
    "eslint": "^8.19.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-formatter-pretty": "^4.1.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-tsdoc": "^0.2.16",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "source-map-support": "^0.5.21",
    "standard-version": "^9.5.0",
    "ts-node": "^10.8.2",
    "typedoc": "^0.23.7",
    "typedoc-plugin-markdown": "^3.13.3",
    "typescript": "^4.7.4"
  },
  "engines": {
    "node": ">=14"
  },
  "standard-version": {
    "scripts": {
      "prerelease": "npm test",
      "postbump": "npm run docs && git add -A docs"
    }
  }
}
