{
  "name": "node-imdb-parser",
  "version": "0.11.0",
  "description": "Scrape data from IMDB.",
  "main": "./lib/index.js",
  "type": "module",
  "scripts": {
    "test": "mocha 'test/**/*.specs.js'"
  },
  "author": "JMArroyave",
  "license": "MIT",
  "dependencies": {
    "@jmarroyave/fw-console": "^1.0.15",
    "cheerio": "^1.0.0-rc.3",
    "node-fetch": "^3.2.0",
    "querystring": "^0.2.0",
    "request": "^2.88.2",
    "request-promise": "^4.2.5"
  },
  "engines": {
    "node": ">=14"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jmarroyave/node-imdb-parser.git"
  },
  "devDependencies": {
    "mocha": "^9.2.0"
  }
}
