package.json 495 Bytes
{
  "name": "spbot",
  "version": "1.0.0",
  "description": "SPBot Server",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node app.js"
  },
  "author": "WonJun Choi",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.19.0",
    "emoji-strip": "^1.0.1",
    "express": "^4.17.0",
    "mongojs": "^2.6.0",
    "mysql": "^2.17.1",
    "puppeteer": "^1.17.0",
    "puppeteer-core": "^1.17.0",
    "request": "^2.88.0"
  }
}