aggietimed/package.json

22 lines
437 B
JSON
Raw Permalink Normal View History

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