{
  "name": "yggtorrent",
  "version": "2.0.3",
  "description": "Web crawler to use as API",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "depcheck": "depcheck"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.onlineterroir.com/yggtorrent/yggtorrent.git"
  },
  "keywords": [
    "yggtorrent",
    "torrent",
    "crawler",
    "api"
  ],
  "author": "gtorresa@student.42.fr",
  "license": "ISC",
  "dependencies": {
    "cheerio": "^1.0.0-rc.2",
    "cookie": "^0.4.1",
    "debug": "^4.3.1",
    "superagent": "^6.1.0",
    "superagent-response-time": "^1.0.3",
    "url-join": "^4.0.1"
  },
  "devDependencies": {
    "@types/cheerio": "^0.22.22",
    "@types/node": "^10.12.18",
    "@types/superagent": "^4.1.10",
    "depcheck": "^1.3.1"
  }
}
