-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 951 Bytes
/
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
{
"name": "livecod-backend",
"version": "1.0.0",
"description": "The backend server that powers livecod.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiveCoronaDetector/livecod-backend.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/LiveCoronaDetector/livecod-backend/issues"
},
"homepage": "https://github.com/LiveCoronaDetector/livecod-backend#readme",
"dependencies": {
"config": "^3.2.6",
"express": "^4.17.1",
"i18n-iso-countries": "^4.3.1",
"jsonwebtoken": "^8.5.1",
"pg": "^7.18.2",
"pg-hstore": "^2.3.3",
"sequelize": "^5.21.5"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}