package.json
689 Bytes
{
"name": "server",
"version": "1.0.0",
"description": "for Smart Medicine Bottle IoT Server",
"main": "index.js",
"scripts": {
"start": "nodemon",
"test": "node test"
},
"repository": {
"type": "git",
"url": "http://khuhub.khu.ac.kr/2021-1-capstone-design1/RIT_Project1.git"
},
"keywords": [
"IoT"
],
"author": "박권수",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^5.14.2",
"@koa/cors": "^3.1.0",
"koa-body": "^4.2.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mqtt": "^4.2.6",
"node-cron": "^3.0.0",
"qrcode": "^1.4.4"
},
"devDependencies": {
"eslint": "^7.32.0"
}
}