forked from ioBroker/ioBroker.repositories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.01 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
{
"name": "iobroker.repositories",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.build.git"
},
"private": true,
"engines": {
"node": ">=12"
},
"dependencies": {},
"homepage": "http://iobroker.net",
"description": "List of all official adapters for ioBroker project",
"scripts": {
"init": "node lib/scripts.js init",
"sort": "node lib/scripts.js sort",
"test": "node node_modules/mocha/bin/mocha --exit",
"list": "node lib/scripts.js list --file /var/www/download/list.html",
"repos": "node lib/build.js --stable /var/www/download/sources-dist.json --latest /var/www/download/sources-dist-latest.json --shields /var/www/download/img",
"nodates": "node lib/scripts.js nodates",
"addToLatest": "node lib/scripts.js addToLatest",
"addToStable": "node lib/scripts.js addToStable",
"updateStable": "node lib/scripts.js updateStable",
"check": "node lib/check.js",
"checkArchived": "node lib/checkArchived.js",
"checkNpm": "node lib/checkNpm.js",
"manualAction": "node lib/manualAction.js",
"setLabels": "node lib/setLabels.js",
"setStableTag": "node lib/setStableTag.js",
"setTag": "node lib/setTag.js",
"stable": "node lib/readyForStable.js",
"stableBrandNewInfo": "node lib/stableBrandNewInfo.js",
"handleReminder": "node lib/handleReminder.js"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.repositories/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.repositories/blob/master/LICENSE"
}
],
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>"
],
"devDependencies": {
"@iobroker/repochecker": "^2.1.12",
"axios": "^1.6.3",
"chai": "^4.3.10",
"eslint": "^8.56.0",
"gulp": "^4.0.2",
"image-size": "^1.1.0",
"minimist": "^1.2.8",
"mocha": "^10.2.0",
"node.extend": "^2.0.3",
"semver": "^7.5.4",
"unzipper": "^0.10.14"
}
}