1 2 3 4 5 6 7 8 9 10 11
{ "dependencies": { "axios": "^1.3.3", "dotenv": "^16.0.3", "node-html-parser": "^6.1.4" }, "type": "module", "scripts": { "start": "node src/main.js" } }