UNPKG

tibber-api

Version:

Node.js module for connecting to Tibber API and extract data from your connected homes, including realtime data from Tibber Pulse.

68 lines (67 loc) 1.77 kB
{ "name": "tibber-api", "version": "5.3.1", "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.0" }, "devDependencies": { "@jest/test-sequencer": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^22.9.0", "@types/ws": "^8.5.13", "@typescript-eslint/eslint-plugin": "^8.14.0", "@typescript-eslint/parser": "^8.14.0", "eslint": "^9.14.0", "jest": "^29.7.0", "jsdoc": "^4.0.4", "jsdoc-to-markdown": "^9.0.5", "mkver": "^3.0.2", "nock": "^13.5.6", "prettier": "^3.3.3", "ts-jest": "^29.2.5", "typescript": "^5.6.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" }