{
  "name": "prestabot",
  "version": "2.0.3",
  "description": "Bot for lending money in Yotepresto programmatically",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha -R test/index.js test/unit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manuelmhtr/prestabot.git"
  },
  "author": "Manuel de la Torre",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/manuelmhtr/prestabot/issues"
  },
  "homepage": "https://github.com/manuelmhtr/prestabot#readme",
  "jest": {
    "testEnvironment": "node",
    "setupFiles": [
      "./test/index.js"
    ]
  },
  "dependencies": {
    "axios": "^0.21.1",
    "lodash": "^4.17.21",
    "totp-generator": "^0.0.9"
  },
  "devDependencies": {
    "jest": "^27.0.6",
    "nock": "^13.1.1"
  }
}
