summaryrefslogtreecommitdiff
path: root/package.json
blob: 204b7b248cd69d1f80a7f1d17969319dd501fa06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "bitch-quit-bot",
  "version": "1.0.0",
  "description": "",
  "main": "src/app.js",
  "scripts": {
    "start": "node ."
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "dotenv": "^16.0.1",
    "eris": "^0.16.1",
    "node-fetch": "^2.6.7"
  }
}