-
Notifications
You must be signed in to change notification settings - Fork 285
/
package.json
63 lines (63 loc) · 2.09 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
{
"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",
"newAtLatestPrInfo": "node lib/newAtLatestPrInfo.js",
"setLabels": "node lib/setLabels.js",
"setStableTag": "node lib/setStableTag.js",
"setTag": "node lib/setTag.js",
"stable": "node lib/readyForStable.js",
"stable0DayPrInfo": "node lib/stable0DayPrInfo.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 <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>"
],
"devDependencies": {
"@iobroker/repochecker": "^3.2.2",
"axios": "^1.7.7",
"chai": "^4.5.0",
"eslint": "^9.13.0",
"image-size": "^1.1.1",
"minimist": "^1.2.8",
"mocha": "^10.8.2",
"node.extend": "^2.0.3",
"semver": "^7.6.3",
"unzipper": "^0.12.3"
}
}