-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 974 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
34
35
36
37
38
39
40
41
42
43
{
"name": "pomoclock",
"version": "0.1.2",
"author": {
"name": "Alessandro Pirrotta",
"email": "alessandro.pirrotta@gmail.com"
},
"license": "MIT License - See LICENSE file",
"private": true,
"bugs": {
"url": "https://github.com/alessap/pomoclock/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/alessap/pomoclock.git"
},
"devDependencies": {
"@fitbit/sdk": "~4.2.1",
"@fitbit/sdk-cli": "^1.7.3"
},
"fitbit": {
"appUUID": "7ada2fa5-a72d-49fa-82b8-c8812e27f889",
"appType": "clockface",
"appDisplayName": "pomoclock",
"iconFile": "resources/icon.png",
"wipeColor": "#ffffff",
"requestedPermissions": [],
"buildTargets": [
"mira"
],
"i18n": {},
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build",
"debug": "fitbit"
},
"dependencies": {
"@fitbit/jsonrpc-ts": "^3.2.1",
"fp-ts": "^2.8.2",
"io-ts": "^2.2.10"
}
}