-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "no.almli.heatingcontroller",
"version": "1.0.0",
"description": "Heating Controller with utility prices from Nordpoolspot",
"main": "app.ts",
"scripts": {
"build": "tsc",
"xx_pretest": "eslint --ignore-path .gitignore app.js lib drivers test",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.js'",
"posttest": "homey app validate"
},
"author": "Bjørnar Almli",
"license": "ISC",
"dependencies": {
"@balmli/homey-logger": "^1.0.0",
"@balmli/homey-utility-prices": "^1.6.0",
"@balmli/homey-utility-prices-client": "^1.0.0"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.9",
"@types/chai": "^4.3.0",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^16.11.12",
"chai": "^4.3.6",
"chai-datetime": "^1.8.0",
"eslint": "^7.32.0",
"eslint-config-athom": "^3.0.1",
"mocha": "^9.2.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}