{
    "name": "podcast-index-api",
    "version": "1.1.10",
    "description": "JS lib for the Podcast Index API",
    "main": "index.js",
    "directories": {
        "test": "test"
    },
    "dependencies": {
        "got": "^11.6.0"
    },
    "devDependencies": {
        "jest": "^26.4.2",
        "prettier": "2.1.1"
    },
    "scripts": {
        "test": "jest --coverage",
        "format": "npx prettier --write .",
        "tag": "npm version patch && git push && git push --tags"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@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"
}
