-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 887 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 887 Bytes
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
{
"name": "@sleepdiary/report",
"description": "Sleep report for doctors",
"version": "0.1.0",
"main": "sleepdiary-report.min.js",
"homepage": "https://github.com/sleepdiary/report",
"bugs": "https://github.com/sleepdiary/report/issues",
"repository": "github:sleepdiary/report",
"private": true,
"license": "GPL-2.0-only",
"files": [
"sleepdiary-report.min.js",
"sleepdiary-report.min.js.map"
],
"dependencies": {},
"devDependencies": {
"google-closure-compiler": ">=20210601.0.0"
},
"scripts": {
"build": "./bin/run.sh build",
"force-build": "./bin/run.sh build --force",
"test": "./bin/run.sh test",
"serve": "./bin/run.sh serve"
},
"keywords": [
"sleep",
"sleep-analysis",
"sleep-diary",
"circadian",
"circadian-rhythm",
"circadian-rhythm-disorder",
"sleep-disorders",
"sleep-tools"
]
}