summaryrefslogtreecommitdiff
path: root/package.json
blob: 5d5a3fdd374453d9c51bf85f0af7207d2fb32169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "bsu-fantom",
  "version": "0.0.0",
  "description": "An utility to fake your presence in moodle classes.",
  "scripts": {
    "start": "node index.js"
  },
  "author": "eug-vs",
  "dependencies": {
    "@feathersjs/express": "^4.5.10",
    "@feathersjs/feathers": "^4.5.10",
    "@feathersjs/socketio": "^4.5.10",
    "bluebird": "^3.7.2",
    "cors": "^2.8.5",
    "dotenv": "^8.2.0",
    "mongoose": "^5.10.14",
    "puppeteer": "^5.4.1"
  }
}