-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 868 Bytes
/
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": "com.rexwel.bmwconnected",
"version": "1.0.0",
"main": "app.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"bmw-connected-drive": "2.3.4",
"cross-fetch": "^3.1.5",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.9",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.1.0",
"@types/node": "^16.0.0",
"@types/source-map-support": "^0.5.3",
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lsiddiquee/com.rexwel.bmwconnected.git"
},
"author": {
"name": "Likhan Siddiquee",
"email": "likhan.siddiquee@gmail.com"
},
"license": "GPLV3",
"bugs": {
"url": "https://github.com/lsiddiquee/com.rexwel.bmwconnected/issues"
},
"homepage": "https://github.com/lsiddiquee/com.rexwel.bmwconnected#readme"
}