{
    "name": "@tepuilabsdev/enlamano",
    "version": "2.0.0",
    "description": "Pequeña librería para consumir los servicios de la financiera enlamano.com.uy",
    "main": "index.js",
    "keywords": [
        "financieras",
        "uruguay"
    ],
    "author": "Angel Cruz <bullgram@gmail.com>",
    "license": "MIT",
    "scripts": {
        "watch": "babel enlamano.js -w -o index.js",
        "compile": "babel enlamano.js -o index.js",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "devDependencies": {},
    "dependencies": {
        "@babel/cli": "^7.23.4",
        "@babel/core": "^7.23.7",
        "@babel/plugin-transform-runtime": "^7.23.7",
        "@babel/preset-env": "^7.23.8",
        "@babel/runtime": "^7.23.8",
        "axios": "^1.6.5",
        "babel-plugin-add-module-exports": "^1.0.4"
    },
    "browserslist": {
        "production": [
            ">0.2%",
            "not dead",
            "not op_mini all"
        ],
        "development": [
            "last 1 chrome version",
            "last 1 firefox version",
            "last 1 safari version"
        ]
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/TepuiLABS/enlamano.js.git"
    },
    "bugs": {
        "url": "https://github.com/TepuiLABS/enlamano.js/issues"
    },
    "homepage": "https://github.com/TepuiLABS/enlamano.js#readme"
}
