{
  "name": "consultas-doc-peru",
  "version": "1.0.4",
  "description": "Consulta de documentos a las diferentes entidades publicas del gobierno del Perú.",
  "scripts": {
    "ts": "tsc",
    "dev": "nodemon",
    "build": "del dist && tsc --skipLibCheck",
    "start": "tsc --skipLibCheck && node ./dist/Sunat/index.js",
    "test": "mocha test/**/*.ts --exit"
  },
  "keywords": [
    "Consulta",
    "Documentos",
    "RUC",
    "DNI",
    "SUNAT",
    "RENIEC",
    "Perú"
  ],
  "main": "./dist/index.js",
  "author": "ZMALIM",
  "license": "ISC",
  "dependencies": {
    "chai": "^4.2.0",
    "cheerio": "^1.0.0-rc.3",
    "mocha": "^6.1.4",
    "request": "^2.88.0",
    "request-promise": "^4.2.4",
    "tslib": "^1.9.3",
    "ts-node": "^8.2.0",
    "typescript-collections": "^1.3.2"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/cheerio": "^0.22.11",
    "@types/mocha": "^5.2.7",
    "@types/request": "^2.48.1",
    "@types/request-promise": "^4.1.44",
    "nodemon": "^1.19.1",
    "typescript": "^3.5.1"
  }
}
