forked from mwiktorin/covid19-testmanagement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 807 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
{
"name": "covid19-testmanagement",
"version": "1.0.0",
"description": "Hallo Markus",
"main": "server.js",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"nodemon": "^2.0.2",
"uuid": "^7.0.2",
"cors": "^2.8.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js",
"start:local": "ENV=local node node_modules/nodemon/bin/nodemon.js src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mwiktorin/covid19-testmanagement.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mwiktorin/covid19-testmanagement/issues"
},
"homepage": "https://github.com/mwiktorin/covid19-testmanagement#readme"
}