2023-02-14 19:37:40 -05:00
|
|
|
{
|
2023-02-16 15:55:40 -05:00
|
|
|
"name": "aggietimed",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"author": "Lizzy Hunt (@simponic)",
|
2023-02-14 19:37:40 -05:00
|
|
|
"dependencies": {
|
2023-02-15 20:03:46 -05:00
|
|
|
"argparse": "^2.0.1",
|
2023-02-14 19:37:40 -05:00
|
|
|
"axios": "^1.3.3",
|
2023-02-15 13:04:32 -05:00
|
|
|
"axios-cookiejar-support": "^4.0.6",
|
2023-02-14 19:37:40 -05:00
|
|
|
"dotenv": "^16.0.3",
|
2023-02-15 20:03:46 -05:00
|
|
|
"expire-cache": "^1.0.0",
|
2023-02-28 14:49:06 -05:00
|
|
|
"selenium-webdriver": "^4.8.1",
|
2023-02-15 13:04:32 -05:00
|
|
|
"tough-cookie": "^4.1.2"
|
2023-02-14 19:37:40 -05:00
|
|
|
},
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node src/main.js"
|
2023-02-16 15:55:40 -05:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"aggietimed": "cli.js"
|
2023-02-14 19:37:40 -05:00
|
|
|
}
|
|
|
|
}
|