-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"version": "1.1.3",
"name": "que-hora-es",
"description": "Fitbit's Versa clockface which tells time in Spanish.",
"repository": {
"type": "git",
"url": "/~https://github.com/dmi3y/que-hora-es"
},
"license": "MIT",
"fitbit": {
"appUUID": "46c05084-af79-40f6-ba5c-a53075d2e15b",
"appType": "clockface",
"appDisplayName": "Que hora es?",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [],
"buildTargets": [
"meson"
],
"i18n": {
"en": {
"name": "Que hora es?"
}
}
},
"devDependencies": {
"@fitbit/sdk": "^4.1.0",
"@fitbit/sdk-cli": "^1.7.1",
"@types/mocha": "^7.0.2",
"@types/node": "^13.9.5",
"fitbit-sdk-types": "^4.3.5",
"mocha": "^7.1.1",
"ts-mocha": "^7.0.0"
},
"scripts": {
"test": "ts-mocha -p test/tsconfig.json test/**/*spec.ts",
"start": "fitbit",
"build": "fitbit-build",
"preversion": "npm run test",
"postversion": "npm run build && cp build/app.fba releases/que-hora-es-${npm_package_version}.fba"
},
"dependencies": {}
}