-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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
{
"name": "@iobroker/type-detector",
"version": "5.0.13",
"description": "Detects devices in ioBroker for Material, Google home, Homekit, ...",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/ioBroker/ioBroker.type-detector",
"keywords": [
"ioBroker",
"types",
"devices"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/ioBroker.type-detector.git"
},
"dependencies": {},
"devDependencies": {
"@alcalzone/release-script": "^5.1.1",
"@alcalzone/release-script-plugin-license": "^5.1.1",
"@iobroker/types": "^7.1.1",
"@iobroker/eslint-config": "^2.2.0",
"mocha": "^11.7.5",
"typescript": "~5.9.3"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.type-detector/issues"
},
"main": "build/index.js",
"files": [
"LICENSE",
"build/"
],
"scripts": {
"test": "mocha --exit",
"test:integration": "mocha --exit",
"test:package": "node -e \"console.log('Not applicable')\"",
"lint": "eslint -c eslint.config.mjs",
"watch": "mocha --watch",
"build:ts": "tsc -p tsconfig.build.json",
"build:doc": "node lib/createMd",
"build": "npm run build:ts && npm run build:doc",
"release": "release-script --noPush -y",
"npm": "npm i -f && cd src-test-gui && npm i -f"
},
"license": "MIT",
"readmeFilename": "README.md"
}