summaryrefslogtreecommitdiff
path: root/package.json
blob: fe794718b1a9219ccd3fc46370fd63df216ad0b5 (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",
    "node-html-parser": "^6.1.4",
    "tough-cookie": "^4.1.2"
  },
  "type": "module",
  "scripts": {
    "start": "node src/main.js"
  },
  "bin": {
    "aggietimed": "cli.js"
  }
}