{
  "name": "correios-rastreamento",
  "version": "0.6.0",
  "description": "Pacote de rastreamento de objetos através de webscrap e request do novo sistema de correios https://www.linkcorreios.com.br",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "git": "https://github.com/gabriellhuver/rastreamento-correios",
  "license": "MIT",
  "keywords": [
    "correios",
    "novo sistema",
    "rastreamento",
    "web scrap"
  ],
  "author": "Gabriell Huver",
  "dependencies": {
    "cheerio": "^1.0.0-rc.3",
    "request": "^2.88.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gabriellhuver/rastreamento-correios"
  },
  "devDependencies": {
    "jest": "^25.1.0",
    "tape": "^4.11.0"
  }
}
