-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.57 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": "com.tibber",
"version": "1.9.18",
"description": "Integration with Tibber",
"main": "app.ts",
"scripts": {
"clean": "del-cli ./build/**",
"lint": "eslint . --ext .js,.ts",
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tibber/com.tibber.athom.git"
},
"author": "Tibber AS",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.7.9",
"fast-sort": "^3.2.1",
"graphql": "^16.8.1",
"graphql-request": "^5.1.0",
"graphql-tag": "^2.11.0",
"graphql-ws": "^5.11.3",
"http.min": "^2.1.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.35",
"newrelic": "^9.10.2",
"source-map-support": "^0.5.21",
"ws": "^8.12.1",
"zen-observable-ts": "^1.2.5"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.9",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.3",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/newrelic": "^9.4.0",
"@types/node": "^18.14.0",
"@types/source-map-support": "^0.5.4",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"del-cli": "^5.0.0",
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.4.3",
"jest-each": "^29.5.0",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
}
}