{
    "name": "bccr-indicadores-economicos",
    "version": "2.1.3",
    "description": "Interfaz para consumo del servicio web de indicadores económicos del Banco Central de Costa Rica (BCCR).",
    "main": "./dist/index.js",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "tsup",
        "start": "tsup && node dist/index.js",
        "test": "tsup && node dist/test.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/andresmg07/bccr-indicadores-economicos.git"
    },
    "keywords": [
        "bccr",
        "banco central",
        "indicadores",
        "economicos",
        "dolar",
        "colon",
        "tipo de cambio",
        "costa",
        "rica",
        "cr"
    ],
    "author": "andresmg07",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/andresmg07/bccr-indicadores-economicos/issues"
    },
    "homepage": "https://github.com/andresmg07/bccr-indicadores-economicos#readme",
    "dependencies": {
        "xml2js": "0.6.2"
    },
    "devDependencies": {
        "@types/node": "22.13.10",
        "@types/xml2js": "0.4.14",
        "prettier": "3.5.3",
        "ts-node-dev": "2.0.0",
        "tsup": "^8.4.0",
        "typescript": "5.8.2"
    }
}
