-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.29 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
{
"name": "styletime",
"version": "1.2.1",
"description": "StyleTime watchface for the Fitbit Versa",
"repository": {
"type": "git",
"url": "https://github.com/TranquilMarmot/StyleTime.git"
},
"homepage": "https://github.com/TranquilMarmot/StyleTime#README",
"license": "MIT",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/TranquilMarmot/StyleTime/issues"
},
"fitbit": {
"appUUID": "b10a7e49-82cc-4c88-b6ef-deecdb6628ae",
"appType": "clockface",
"appDisplayName": "StyleTime",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [
"access_activity",
"access_heart_rate",
"access_internet",
"run_background"
],
"buildTargets": [
"meson"
],
"i18n": {
"en": {
"name": "StyleTime"
}
}
},
"devDependencies": {
"@fitbit/sdk": "4.3.2",
"@fitbit/sdk-cli": "^1.7.3",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2"
},
"scripts": {
"lint": "eslint .",
"prettier": "prettier \"**/*.js\" --write",
"build": "fitbit-build",
"fitbit": "npx fitbit"
}
}