-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.39 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
{
"name": "iobroker.google-sharedlocations",
"version": "2.1.3",
"description": "Google Shared Locations Adapter",
"author": {
"name": "Christian Vorholt",
"email": "chvorholt@gmail.com"
},
"homepage": "https://github.com/t4qjXH8N/ioBroker.google-sharedlocations",
"readme": "https://github.com/t4qjXH8N/ioBroker.google-sharedlocations/blob/master/README.md",
"keywords": [
"ioBroker",
"geofence",
"google",
"google shared locations"
],
"repository": {
"type": "git",
"url": "https://github.com/t4qjXH8N/ioBroker.google-sharedlocations.git"
},
"dependencies": {
"@iobroker/adapter-core": "^2.5.0",
"axios": "^0.21.1"
},
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"release": "release-script",
"devserver:deploy": "npm pack | npm install --prefix .dev-server/default"
},
"devDependencies": {
"@alcalzone/release-script": "^1.10.0",
"@iobroker/testing": "^2.4.4",
"@types/gulp": "^4.0.8",
"@types/mocha": "^8.2.2",
"@types/node": "^14.17.0",
"chai": "^4.3.4",
"gulp": "^4.0.2",
"mocha": "^8.4.0"
},
"bugs": {
"url": "https://github.com/t4qjXH8N/ioBroker.google-sharedlocations/issues"
},
"main": "main.js",
"license": "MIT"
}