summaryrefslogtreecommitdiff
path: root/package.json
blob: e2e5973921eda94925076706753ff25da1ae6431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "aggietimed",
  "version": "0.0.1",
  "author": "Lizzy Hunt (@simponic)",
  "dependencies": {
    "argparse": "^2.0.1",
    "axios": "^1.3.3",
    "axios-cookiejar-support": "^4.0.6",
    "dotenv": "^16.0.3",
    "expire-cache": "^1.0.0",
    "selenium-webdriver": "^4.8.1",
    "tough-cookie": "^4.1.2"
  },
  "type": "module",
  "scripts": {
    "start": "node src/main.js"
  },
  "bin": {
    "aggietimed": "cli.js"
  }
}