{
  "name": "scjn-tesis-api",
  "version": "1.0.1",
  "description": "Cliente Node.js para el API de tesis del Semanario Judicial de la Federación (SCJN México)",
  "main": "src/index.js",
  "scripts": {
    "test": "node tests/basic.test.js"
  },
  "keywords": [
    "scjn",
    "mexico",
    "tesis",
    "jurisprudencia",
    "legal",
    "derecho",
    "semanario judicial",
    "api",
    "client"
  ],
  "author": "Magio Bustillos",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/magiobus/scjn-tesis-api.git"
  },
  "dependencies": {
    "axios": "^1.7.7",
    "p-limit": "^3.1.0",
    "p-retry": "^4.6.2"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
