forked from ioBroker/ioBroker.text2command
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "iobroker.text2command",
"version": "2.1.1",
"description": "Convert texts to ioBroker commands.",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"homepage": "https://github.com/ioBroker/ioBroker.text2command",
"keywords": [
"ioBroker",
"text2command"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.text2command"
},
"dependencies": {
"@iobroker/adapter-core": "^2.5.0"
},
"devDependencies": {
"@alcalzone/release-script": "^1.10.0",
"gulp": "^4.0.2",
"mocha": "^8.4.0",
"chai": "^4.3.4",
"del": "^6.0.0",
"gulp-rename": "^2.0.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.text2command/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"prepublishOnly": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js",
"release": "release-script",
"beforePush": "node node_modules/gulp/bin/gulp.js"
},
"license": "MIT",
"readmeFilename": "README.md"
}