{
    "name": "hive-bedrock-api",
    "version": "4.4.2",
    "type": "module",
    "description": "An API wrapper for the Hive Minecraft Bedrock Edition server.",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "exports": {
        ".": {
            "types": "./lib/index.d.ts",
            "import": "./lib/index.js"
        }
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/CubeEdge-Studios/hive-bedrock.git"
    },
    "license": "MIT",
    "author": "Cubeedge Studios",
    "dependencies": {
        "hive-bedrock-data": "^4.4.1"
    },
    "scripts": {
        "build": "tsc"
    },
    "files": [
        "lib"
    ],
    "devDependencies": {
        "ts-node": "^10.9.1",
        "typescript": "^5.1.3"
    },
    "gitHead": "0ef8c1639aa60df6ab2b43ffc633f263728f3e13"
}
