ktvmanager/package.json
2021-09-20 16:19:16 +00:00

19 lines
360 B
JSON

{
"name": "react-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.0",
"cryptr": "^6.0.2",
"express": "~4.16.1",
"express-basic-auth": "^1.2.0",
"got": "^11.8.1",
"http-errors": "~1.6.3",
"request": "^2.88.2",
"sync-mysql": "^3.0.1"
}
}