-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 717 Bytes
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
{
"devDependencies": {
"@fitbit/sdk": "~6.1.0",
"@fitbit/sdk-cli": "^1.7.3"
},
"fitbit": {
"appUUID": "f95cc140-67ba-4457-8ee1-ae5ecdaff49a",
"appType": "clockface",
"appDisplayName": "CryptoFace",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [
"access_heart_rate",
"access_sleep",
"access_user_profile",
"access_internet",
"run_background"
],
"buildTargets": [
"atlas",
"vulcan"
],
"i18n": {
"en-US": {
"name": "CryptoFace"
}
},
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build"
},
"dependencies": {
"fitbit-ga4": "^1.2.1"
}
}