-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
86 lines (86 loc) · 1.87 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@iobroker/install",
"version": "6.0.1",
"optionalDependencies": {
"dotenv": "^16.4.5",
"windows-shortcuts": "^0.1.6"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"fs-extra": "^11.2.0",
"semver": "^7.6.3",
"yargs": "^17.7.2"
},
"files": [
"img/logos/ioBroker_Logo_Long_Vector.svg",
"img/architecture.png",
"lib-npx",
"install",
"iob.bat",
"iobroker.bat",
"LICENSE"
],
"main": "./lib-npx/install.js",
"bin": {
"iobroker": "./lib-npx/install.js"
},
"homepage": "http://iobroker.net",
"description": "automate your life - platform",
"keywords": [
"ioBroker",
"Smarthome",
"Home Automation",
"Smart Metering",
"Homematic",
"Hue",
"KNX",
"Z-Wave",
"ZigBee",
"Bidcos",
"TV",
"Sonos",
"AV Receiver"
],
"bugs": {
"url": "https://github.com/ioBroker/ioBroker/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker/blob/master/LICENSE"
}
],
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
"hobbyquaker",
"AlCalzone <d.griesel@gmx.net>",
"Apollon77 <iobroker@fischer-ka.de>"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker"
},
"config": {
"unsafe-perm": true
},
"scripts": {
"deploy": "node tasks",
"make-fix": "node tasks --fix",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"license": "MIT",
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"eslint": "^9.11.1",
"mocha": "^10.7.3",
"chai": "^4.5.0",
"ssh2": "^1.16.0"
}
}