{
    "name": "google-currency-scraper",
    "version": "3.2.0",
    "description": "Scrape extremely up-to-date exchange rates from Google fast and for free, with only one external dependency.",
    "license": "MIT",
    "type": "module",
    "exports": "./index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/ozgurg/google-currency-scraper"
    },
    "scripts": {
        "test": "vitest run",
        "lint:fix": "npm run lint -- --fix",
        "lint": "eslint --ext .js .",
        "lint-staged": "lint-staged",
        "prepare": "husky",
        "generate-types": "tsc"
    },
    "author": {
        "email": "ozgurgorgulu54@gmail.com",
        "name": "Özgür Görgülü",
        "url": "https://github.com/ozgurg"
    },
    "keywords": [
        "scraper",
        "currency",
        "google scraper",
        "currency api"
    ],
    "engines": {
        "node": ">=18.0.0"
    },
    "lint-staged": {
        "*.js": [
            "eslint"
        ]
    },
    "dependencies": {
        "cheerio": "1.0.0-rc.12"
    },
    "devDependencies": {
        "@commitlint/cli": "19.3.0",
        "@commitlint/config-conventional": "19.2.2",
        "eslint": "8.57.0",
        "eslint-config-google": "0.14.0",
        "husky": "9.0.11",
        "lint-staged": "15.2.7",
        "typescript": "5.5.3",
        "vitest": "2.0.1"
    }
}
