aggietimed/package.json
2023-02-15 11:05:25 -07:00

14 lines
252 B
JSON

{
"dependencies": {
"axios": "^1.3.3",
"axios-cookiejar-support": "^4.0.6",
"dotenv": "^16.0.3",
"node-html-parser": "^6.1.4",
"tough-cookie": "^4.1.2"
},
"type": "module",
"scripts": {
"start": "node src/main.js"
}
}