-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.88 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
{
"name": "iobroker.vis-2-widgets-material",
"version": "1.4.10",
"description": "ioBroker vis2 material widgets",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>"
],
"homepage": "https://github.com/ioBroker/ioBroker.vis-2-widgets-material",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.vis-2-widgets-material"
},
"keywords": [
"ioBroker",
"weather",
"home automation",
"vis-2-widgets-material"
],
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/build-tools": "^2.0.8",
"@iobroker/eslint-config": "^1.0.0",
"@iobroker/vis-2-widgets-react-dev": "^4.0.3",
"@iobroker/vis-2-widgets-testing": "^1.0.4",
"@types/mocha": "^10.0.10",
"@types/node": "^22.9.3",
"mocha": "^10.8.2"
},
"files": [
"admin/",
"img/",
"io-package.json",
"LICENSE",
"widgets/"
],
"scripts": {
"prepublishOnly": "gulp",
"lint": "eslint -c eslint.config.mjs",
"build": "node tasks",
"copy-files": "node tasks --copy-files",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes",
"test": "mocha ./test/*.test.js",
"update-packages": "ncu --upgrade && cd src-widgets && ncu --upgrade && cd ..",
"npm": "npm i && cd src-widgets && npm i -f"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.vis-2-widgets-material/issues"
},
"readmeFilename": "README.md"
}