mirror of
https://github.com/skydiver/ewelink-api.git
synced 2025-12-24 14:31:53 +01:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "ewelink-api",
|
|
"version": "1.1.1",
|
|
"description": "eWeLink API for Node.js",
|
|
"author": "Martín M.",
|
|
"license": "MIT",
|
|
"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": {
|
|
"demo": "node ./demo/example.js",
|
|
"test": "jest --testPathIgnorePatterns '(node_modules|.cache)'"
|
|
},
|
|
"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.28",
|
|
"websocket-as-promised": "^0.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.2",
|
|
"eslint": "^6.0.1",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"eslint-config-wesbos": "0.0.19",
|
|
"eslint-plugin-html": "^6.0.0",
|
|
"eslint-plugin-import": "^2.18.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
"eslint-plugin-react": "^7.14.2",
|
|
"eslint-plugin-react-hooks": "^1.6.1",
|
|
"jest": "^24.8.0",
|
|
"prettier": "^1.18.2"
|
|
}
|
|
}
|