{
  "name": "@wayota/redata-api-client",
  "version": "1.2.0",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "changelog":  "conventional-changelog" 
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Miguel Martín (@miguel-martinr)",
  "license": "ISC",
  "description": "TypeScript client for the REData (Red Eléctrica de España) public API. Provides convenient methods to fetch Spanish electricity data widgets, supporting category, widget, date range, and geographic filters. The client is based on a custom OpenAPI specification derived from the official Red Eléctrica documentation.",
  "devDependencies": {
    "conventional-changelog": "^7.1.0"
  },
  "keywords": [
    "redata",
    "api",
    "client",
    "typescript",
    "electricity",
    "red electrica de españa",
    "redea",
    "public api",
    "España",
    "Spain",
    "electricity data"
  ]
}
