forked from trympet/homebridge-volvo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.36 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
{
"private": false,
"displayName": "Homebridge Volvo",
"name": "homebridge-volvo",
"version": "1.0.6",
"description": "Volvo plugin for Homebridge",
"repository": {
"type": "git",
"url": "git://github.com/trympet/homebridge-volvo.git"
},
"keywords": [
"homebridge",
"volvo",
"volvo-on-call",
"homebridge-plugin"
],
"author": "Trym Lund Flogard",
"license": "ISC",
"bugs": {
"url": "https://github.com/trympet/homebridge-volvo/issues"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">0.4.53"
},
"main": "dist/index.js",
"files": [
"dist",
"config.schema.json"
],
"dependencies": {
"btoa": "^1.2.1",
"node-fetch": "^2.6.0",
"sync-request": "^6.1.0",
"typescript": "^3.9.6"
},
"devDependencies": {
"@types/btoa": "^1.2.3",
"@types/node": "^14.0.22",
"@types/node-fetch": "^2.5.4",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"dotenv": "^8.2.0",
"eslint": "^7.4.0",
"homebridge": "^1.1.1",
"ts-node": "^8.10.2"
},
"scripts": {
"lint": "eslint --fix src/**/*.ts",
"dev": "npm run build && DEBUG=* /usr/bin/node --inspect-brk /usr/bin/homebridge -P $PWD -D",
"build": "tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"homepage": "https://github.com/trympet/homebridge-volvo#readme"
}