summaryrefslogtreecommitdiff
path: root/package.json
blob: 0399ac1f19738bcb1d719bf500cfb686b8b6248d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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/authentication-local": "^4.5.10",
    "@feathersjs/configuration": "^4.5.10",
    "@feathersjs/express": "^4.5.10",
    "@feathersjs/feathers": "^4.5.10",
    "@feathersjs/socketio": "^4.5.10",
    "bluebird": "^3.7.2",
    "cors": "^2.8.5",
    "cron": "^1.8.2",
    "dotenv": "^8.2.0",
    "feathers-mongoose": "^8.3.1",
    "lodash": "^4.17.20",
    "mongo-cronjob": "^0.1.2",
    "mongoose": "^5.10.14",
    "puppeteer": "^5.4.1"
  }
}