{
  "name": "tibber-api",
  "version": "5.5.2",
  "description": "Node.js module for connecting to Tibber API and extract data from your connected homes, including realtime data from Tibber Pulse.",
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "precompile": "mkver",
    "compile": "tsc",
    "prebuild": "mkver",
    "build": "tsc",
    "test": "jest --runInBand --config jestconfig.json",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "jsdoc": "tsc && ./node_modules/.bin/jsdoc ./lib/src -r -d ./jsdoc",
    "prepare": "tsc",
    "preversion": "npm test",
    "version": "",
    "postversion": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bisand/tibber-api.git"
  },
  "dependencies": {
    "ws": "^8.18.3"
  },
  "devDependencies": {
    "@jest/test-sequencer": "^30.2.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.15.1",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^8.45.0",
    "@typescript-eslint/parser": "^8.45.0",
    "eslint": "^9.36.0",
    "jest": "^30.2.0",
    "jsdoc": "^4.0.4",
    "jsdoc-to-markdown": "^9.1.2",
    "mkver": "^4.3.0",
    "nock": "^14.0.10",
    "prettier": "^3.6.2",
    "ts-jest": "^29.4.4",
    "typescript": "^5.9.3",
    "websocket": "^1.0.35"
  },
  "directories": {
    "nodes": "nodes"
  },
  "keywords": [
    "tibber",
    "tibber-pulse",
    "iot",
    "power",
    "home-automation",
    "smarthome",
    "energy"
  ],
  "author": "André Biseth",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bisand/tibber-api/issues"
  },
  "homepage": "https://github.com/bisand/tibber-api#readme"
}
