package.json
382 Bytes
{
"name": "spbot",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "4.17.1",
"mongoose": "^5.5.12",
"mysql": "2.17.1",
"request": "^2.88.0"
}
}