mirror of
https://github.com/skydiver/ewelink-api.git
synced 2025-12-25 06:49:16 +01:00
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "ewelink-api",
|
|
"version": "1.8.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": {
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/",
|
|
".cache"
|
|
],
|
|
"coverageReporters": [
|
|
"text",
|
|
"html"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"delay": "^4.3.0",
|
|
"nonce": "^1.0.4",
|
|
"random": "^2.1.1",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.4",
|
|
"websocket": "^1.0.30",
|
|
"websocket-as-promised": "^0.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^6.4.0",
|
|
"eslint-config-airbnb": "^18.0.1",
|
|
"eslint-config-prettier": "^6.3.0",
|
|
"eslint-config-wesbos": "0.0.19",
|
|
"eslint-plugin-html": "^6.0.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"eslint-plugin-react-hooks": "^2.0.1",
|
|
"jest": "^24.9.0",
|
|
"prettier": "^1.18.2"
|
|
}
|
|
}
|