-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "pop-health-app-server",
"version": "1.0.0",
"description": "The back-end for our pop-health-app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chb/pop-health-app-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chb/pop-health-app-server/issues"
},
"homepage": "https://github.com/chb/pop-health-app-server#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"csv-write-stream": "^2.0.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"lento": "^0.3.2",
"moment": "^2.24.0",
"mysql2": "^2.1.0",
"readable-stream": "^3.4.0",
"sqlite3": "^4.2.0",
"stdout-stream": "^1.4.1",
"through2": "^3.0.1"
},
"devDependencies": {
"@types/express": "^4.17.0",
"@types/node": "^12.0.10",
"eslint": "^5.16.0"
}
}