-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.49 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
{
"name": "iobroker.linux-control",
"version": "1.1.6",
"description": "Controlling Linux devices and get information about your system",
"author": {
"name": "Scrounger",
"email": "[email protected]"
},
"homepage": "https://github.com/Scrounger/ioBroker.linux-control",
"license": "MIT",
"keywords": [
"linux",
"control",
"ssh",
"remote"
],
"repository": {
"type": "git",
"url": "https://github.com/Scrounger/ioBroker.linux-control"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.0",
"node-ssh": "^12.0.4",
"csvtojson": "^2.0.10",
"ping": "^0.4.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/adapter-dev": "^1.0.0",
"axios": "^0.27.2",
"chai": "^4.3.6",
"eslint": "^8.14.0",
"gulp": "^4.0.2",
"mocha": "^10.0.0"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"translate": "node node_modules/gulp/bin/gulp.js adminWords2languages",
"release": "release-script",
"release-patch": "release-script patch --c .releaseconfig.json --all",
"release-minor": "release-script minor --c .releaseconfig.json --all",
"release-major": "release-script major --c .releaseconfig.json --all"
},
"bugs": {
"url": "https://github.com/Scrounger/ioBroker.linux-control/issues"
},
"readmeFilename": "README.md"
}