package.json
437 Bytes
{
"name": "healthprotector",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "http://khuhub.khu.ac.kr/2019102154/HealthProtector.git"
},
"description": "",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}