{
  "name": "vidsrc-api",
  "version": "1.0.2",
  "description": "A node app that scrape vidsrc.to m3u8 video files",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fr0zen",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.6.2",
    "cheerio": "^1.0.0-rc.12",
    "express": "^4.18.2",
    "html-entities": "^2.4.0",
    "random-useragent": "^0.5.0"
  }
}
