{
    "name": "hive-bedrock-data",
    "version": "4.4.1",
    "type": "module",
    "description": "A repo to store and calculate data and type definitions from The Hive: 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",
    "scripts": {
        "build": "tsc"
    },
    "files": [
        "lib"
    ],
    "devDependencies": {
        "ts-node": "^10.9.1",
        "typescript": "^5.1.3"
    },
    "gitHead": "68aed255ea4c1227809116fa73c9c779cdc68f35"
}
