summaryrefslogtreecommitdiff
path: root/package.json
blob: a968afe4fbb2d6a47790ea70213ad9ae33760b46 (plain)
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"
  }
}