-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
66 lines (66 loc) · 1.86 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "fitbit-pure",
"displayName": "Pure Fitbit Clock",
"description": "A beautifully designed, customizable, clean and simple clock face for Fitbit Sense & Versa devices",
"version": "2.4.1",
"author": {
"name": "Eric Amodio",
"email": "[email protected]"
},
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://pure.amod.io",
"bugs": {
"url": "https://github.com/eamodio/fitbit-pure/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/eamodio/fitbit-pure.git"
},
"fitbit": {
"appUUID": "4ae3359b-8d05-403b-abe7-1fa2f5a142ef",
"appType": "clockface",
"appDisplayName": "Pure",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [
"access_activity",
"access_aod",
"access_heart_rate",
"access_user_profile"
],
"buildTargets": [
"atlas",
"vulcan"
],
"i18n": {
"en": {
"name": "Pure"
}
},
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build",
"generate-fonts:light": "npx fitfont-generate fonts/SourceSansPro-ExtraLight.ttf 140 \"0123456789:\"",
"generate-fonts:normal": "npx fitfont-generate fonts/SourceSansPro-SemiBold.ttf 120 \"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ @$:~%#.,-+?[]\"",
"generate-colors": "node scripts/colors.js",
"grayscale": "magick mogrify -colorspace gray",
"lint": "eslint **/*.ts --fix",
"pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.{ts,md,json,defs,view}\""
},
"dependencies": {},
"devDependencies": {
"@fitbit/sdk": "5.0.1",
"@fitbit/sdk-cli": "1.7.3",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"chroma-js": "2.1.0",
"eslint": "7.18.0",
"eslint-cli": "1.1.1",
"eslint-config-prettier": "7.1.0",
"eslint-plugin-import": "2.22.1",
"fitbit-sdk-types": "6.0.2",
"fitfont": "1.3.3",
"prettier": "2.2.1"
}
}