-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "@sleepdiary/core",
"description": "Manage file formats that record circadian rhythms",
"version": "0.1.0",
"main": "sleepdiary-core.min.js",
"homepage": "https://github.com/sleepdiary/core",
"bugs": "https://github.com/sleepdiary/core/issues",
"repository": "github:sleepdiary/core",
"license": "MIT",
"files": [
"sleepdiary-core.min.js",
"sleepdiary-core.min.js.map"
],
"scripts": {
"build": "./bin/run.sh build",
"force-build": "./bin/run.sh build --force",
"test": "./bin/run.sh test",
"serve": "./bin/run.sh serve"
},
"dependencies": {
"@xmldom/xmldom": "^0.7.0",
"exceljs": "^4.2.1",
"timezonecomplete": "^5.12.4"
},
"devDependencies": {
"google-closure-compiler": ">=20210601.0.0"
},
"keywords": [
"sleep",
"sleep-analysis",
"sleep-diary",
"sleep-format",
"circadian",
"circadian-rhythm",
"circadian-rhythm-disorder",
"sleep-disorders",
"sleep-tools",
"plees-tracker",
"sleep-as-android",
"sleepmeter",
"sleepchart"
]
}