-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "growatt",
"version": "0.7.7",
"description": "API for the Growatt Shine Webside",
"main": "lib/growatt.js",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"debug": "^4.3.7",
"form-data": "^4.0.1",
"md5": "^2.3.0",
"url": "^0.11.4"
},
"devDependencies": {
"chai": "^5.1.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"gulp": "^5.0.0",
"mocha": "^10.7.3",
"prettier": "3.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PLCHome/growatt.git"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit"
},
"bugs": {
"url": "https://github.com/PLCHome/growatt/issues"
},
"homepage": "https://github.com/PLCHome/growatt#readme",
"keywords": [
"growatt",
"inverter",
"io-homecontrol",
"gateway",
"api"
],
"author": {
"name": "Chris Traeger"
}
}