{ "name": "ewelink-api", "version": "3.1.1", "description": "eWeLink API for Node.js", "author": "Martín M.", "license": "MIT", "typings": "./index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/skydiver/ewelink-api.git" }, "bugs": { "url": "https://github.com/skydiver/ewelink-api/issues" }, "keywords": [ "ewelink", "sonoff", "api", "node", "nodejs" ], "main": "main.js", "scripts": { "test": "jest --runInBand --verbose", "coverage": "jest --runInBand --verbose --coverage --coverageDirectory=coverage/jest", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "jest": { "setupFilesAfterEnv": [ "/test/_setup/setupTests.js" ], "testPathIgnorePatterns": [ "/node_modules/", ".cache" ], "coverageReporters": [ "text", "html" ] }, "dependencies": { "arpping": "github:skydiver/arpping", "compare-versions": "^3.6.0", "crypto-js": "^4.0.0", "delay": "^4.4.0", "node-fetch": "^2.6.1", "random": "^2.2.0", "websocket": "^1.0.32", "websocket-as-promised": "^1.1.0" }, "devDependencies": { "babel-eslint": "^10.1.0", "eslint": "^7.12.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-prettier": "^6.14.0", "eslint-config-wesbos": "1.0.1", "eslint-plugin-html": "^6.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^26.6.1", "nock": "^13.0.4", "prettier": "^2.1.2" } }