{
    "description": "Promise based client for Pok\u00e9API written in Kotlin",
    "homepage": "https://pokeapi.github.io/pokekotlin/",
    "license": "Apache-2.0",
    "author": {
        "name": "Sargun Vohra",
        "url": "https://github.com/sargunv"
    },
    "keywords": [
        "pokeapi",
        "pokemon",
        "api",
        "kotlin"
    ],
    "bugs": {
        "url": "https://github.com/PokeAPI/pokekotlin/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/PokeAPI/pokekotlin.git"
    },
    "main": "pokekotlin.mjs",
    "types": "pokekotlin.d.ts",
    "version": "3.0.0-pre4",
    "name": "@pokeapi/pokekotlin",
    "dependencies": {
        "ws": "8.18.0"
    }
}