-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "iobroker.heizoel",
"version": "1.0.3",
"description": "Adapter for Heizöl",
"author": {
"name": "TA2k",
"email": "[email protected]"
},
"homepage": "https://github.com/TA2k/ioBroker.heizoel",
"license": "MIT",
"keywords": [
"Heizöl"
],
"repository": {
"type": "git",
"url": "https://github.com/TA2k/ioBroker.heizoel"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.2",
"axios": "^1.7.7",
"json-bigint": "^1.0.0"
},
"devDependencies": {
"@iobroker/testing": "^5.0.0",
"@types/node": "^22.7.5",
"eslint": "^8.57.1",
"typescript": "~5.6.3"
},
"main": "main.js",
"scripts": {
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint"
},
"bugs": {
"url": "https://github.com/TA2k/ioBroker.heizoel/issues"
},
"readmeFilename": "README.md"
}