-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.37 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "iobroker.acaad",
"version": "0.0.2-3",
"description": "acaad",
"author": {
"name": "OlliMartin",
"email": "[email protected]"
},
"repository": {
"url": "https://github.com/ACaaD/ioBroker.acaad.git",
"type": "git"
},
"homepage": "https://github.com/ACaaD/ioBroker.acaad",
"license": "Apache-2.0",
"main": "build/main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"build/",
"www/",
"io-package.json",
"LICENSE"
],
"engines": {
"node": ">= 20"
},
"scripts": {
"build": "build-adapter ts",
"check": "tsc --noEmit",
"lint": "heft lint",
"test:ts": "mocha --config test/mocharc.custom.json src/**/*.test.ts",
"test:package": "npm run test",
"test": "npm run test:ts && npm run test:integration",
"test:integration": "mocha --config test/mocharc.custom.json test/integration.ts --exit"
},
"dependencies": {
"@iobroker/adapter-core": "~3.2.3",
"@iobroker/types": "~7.0.6",
"tsyringe": "~4.8.0",
"effect": "~3.12.10",
"reflect-metadata": "~0.2.2",
"@acaad/core": "workspace:*",
"@acaad/abstractions": "workspace:*"
},
"devDependencies": {
"@acaad/toolchain": "workspace:*",
"@pnpm/exportable-manifest": "~1000.0.4",
"@tsconfig/node20": "~20.1.4",
"typescript": "~5.6.0",
"@types/node": "~22.13.1",
"@types/chai": "^5.0.1",
"@types/chai-as-promised": "^8.0.1",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^4.0.0",
"@rushstack/heft-typescript-plugin": "~0.6.8",
"@rushstack/heft": "~0.68.15",
"tslib": "~2.8.1",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.1",
"eslint": "^8.57.0",
"@fakehost/signalr": "~1.0.0-beta.3",
"@iobroker/adapter-dev": "~1.3.0",
"@iobroker/testing": "^5.0.0",
"@mocks-server/main": "^4.1.0",
"mocha": "^11.1.0",
"portfinder": "^1.0.32",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"source-map-support": "^0.5.21",
"@pnpm/read-project-manifest": "~1000.0.3",
"@types/mocha": "~10.0.10",
"tsx": "~4.19.2",
"@rushstack/heft-lint-plugin": "~0.5.14",
"@rushstack/heft-jest-plugin": "~0.14.6"
},
"keywords": [
"ioBroker",
"windows control",
"linux control",
"Smart Home",
"home automation",
"acaad",
"any computer as a device"
]
}