-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"license": "MIT",
"fitbit": {
"appUUID": "56da955a-6901-45ab-9b0e-460548a5a464",
"appType": "app",
"appDisplayName": "Toggl",
"iconFile": "resources/images/icon.png",
"wipeColor": "#607d8b",
"_TODO ": "change color and icon",
"requestedPermissions": [
"access_internet"
],
"buildTargets": [
"higgs",
"meson",
"gemini",
"mira"
],
"i18n": {
"en": {
"name": "Toggl"
}
},
"defaultLanguage": "en-US"
},
"devDependencies": {
"faker": "^5.5.3",
"lodash": "^4.17.21",
"@babel/preset-env": "^7.14.1",
"@fitbit/sdk": "~5.0.2",
"babel-core": "^6.26.3",
"babel-jest": "^28.1.3",
"babel-preset-env": "^1.7.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"jest-environment-jsdom-sixteen": "^2.0.0",
"@testing-library/jest-dom": "^5.12.0",
"flush-promises": "^1.0.2"
},
"scripts": {
"test:unit": "jest",
"lint": "eslint . --ignore-pattern node_modules/"
}
}