UNPKG

myenergi-api

Version:

NodeJS implementation of MyEnergi API for controlling Zappi, Eddi and other MyEnergi products

54 lines (53 loc) 1.58 kB
{ "name": "myenergi-api", "version": "2.5.0", "description": "NodeJS implementation of MyEnergi API for controlling Zappi, Eddi and other MyEnergi products", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "test": "jest --runInBand --config jestconfig.json", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "lint": "npx eslint -c .eslintrc.json '**/*.ts'", "prepare": "tsc", "preversion": "npm test", "version": "", "postversion": "" }, "repository": { "type": "git", "url": "git+https://github.com/bisand/myenergi-api.git" }, "keywords": [ "myenergi", "zappi", "eddi", "api" ], "author": "André Biseth", "license": "MIT", "bugs": { "url": "https://github.com/bisand/myenergi-api/issues" }, "homepage": "https://github.com/bisand/myenergi-api#readme", "dependencies": {}, "devDependencies": { "@tsconfig/node12": "^1.0.11", "@jest/test-sequencer": "^28.1.3", "@types/jest": "^28.1.3", "@types/node": "^12", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "dotenv": "^16.0.3", "jest": "^28.1.3", "nock": "^13.2.9", "prettier": "^2.7.1", "ts-jest": "^28.0.8", "ts-node": "^10.9.1", "typescript": "^4.8.4", "eslint": "^8.24.0" } }