{
    "name": "podcast-index-api",
    "version": "2.0.0",
    "description": "Lightweight, zero-dependency Node.js client for the Podcast Index API.",
    "main": "index.js",
    "types": "index.d.ts",
    "exports": {
        ".": {
            "types": "./index.d.ts",
            "default": "./index.js"
        },
        "./package.json": "./package.json"
    },
    "files": [
        "index.js",
        "index.d.ts",
        "CHANGELOG.md"
    ],
    "engines": {
        "node": ">=22"
    },
    "directories": {
        "test": "test"
    },
    "dependencies": {},
    "devDependencies": {
        "jest": "^30.4.2",
        "prettier": "^3.8.3"
    },
    "scripts": {
        "test": "jest --coverage",
        "format": "npx prettier --write .",
        "format:check": "npx prettier --check .",
        "prepublishOnly": "npm run format:check && npm test",
        "tag": "npm version patch && git push && git push --tags"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/comster/podcast-index-api.git"
    },
    "keywords": [
        "API",
        "Podcast",
        "Directory",
        "Podcasts",
        "Search"
    ],
    "author": {
        "name": "Jeff Pelton",
        "email": "jeff@jeffpelton.com",
        "url": "https://www.jeffpelton.com/"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/comster/podcast-index-api/issues"
    },
    "homepage": "https://github.com/comster/podcast-index-api"
}
