{
    "name": "@earth-app/shovel",
    "version": "1.0.4",
    "description": "Kotlin Multiplatform Web Scraping Framework",
    "homepage": "https://github.com/earth-app/shovel",
    "license": "MIT",
    "types": "shovel.d.ts",
    "author": {
        "name": "Gregory Mitchell",
        "email": "me@gmitch215.xyz"
    },
    "keywords": [
        "earth-app",
        "web",
        "scraping",
        "kotlin",
        "multiplatform"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/earth-app/shovel.git"
    },
    "main": "shovel.js",
    "dependencies": {
        "ws": "8.18.0"
    }
}