-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.35 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
50
51
52
53
54
55
56
57
58
59
{
"name": "homebridge-printer",
"version": "1.1.1",
"description": "Homebridge plugin for ipp capable printer",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SeydX/homebridge-printer.git"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/seydx"
},
{
"type": "kofi",
"url": "https://ko-fi.com/seydx"
},
{
"type": "github",
"url": "https://github.com/sponsors/seydx"
}
],
"scripts": {
"lint": "eslint --fix ."
},
"author": "SeydX (https://github.com/SeydX/homebridge-printer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeydX/homebridge-printer/issues"
},
"homepage": "https://github.com/SeydX/homebridge-printer#readme",
"keywords": [
"hp",
"printer",
"homebridge",
"homebridge-plugin",
"plugin"
],
"engines": {
"node": ">=12.18.3",
"homebridge": "^1.1.6"
},
"dependencies": {
"@sealsystems/ipp": "^2.7.6",
"fakegato-history": "^0.6.1",
"moment": "^2.29.1"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/eslint-parser": "7.14.4",
"@babel/eslint-plugin": "7.13.16",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0"
}
}