{
    "name": "entity-client",
    "version": "1.0.32",
    "license": "MIT",
    "type": "module",
    "homepage": "https://github.com/ehfuse/entity-client",
    "bugs": {
        "url": "https://github.com/ehfuse/entity-client/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ehfuse/entity-client.git"
    },
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist"
    ],
    "main": "./dist/index.js",
    "module": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "typesVersions": {
        "*": {
            "packet": [
                "./dist/packet.d.ts"
            ],
            "react": [
                "./dist/react.d.ts"
            ]
        }
    },
    "exports": {
        ".": "./dist/index.js",
        "./packet": "./dist/packet.js",
        "./react": "./dist/react.js"
    },
    "scripts": {
        "build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && tsc --project tsconfig.json && node build.mjs",
        "test": "npm run build && node --test tests/**/*.test.mjs",
        "prepublishOnly": "npm run build"
    },
    "peerDependencies": {
        "react": ">=18"
    },
    "dependencies": {
        "@noble/ciphers": "^1.3.0",
        "@noble/hashes": "^1.7.2"
    },
    "devDependencies": {
        "@types/node": "^25.3.3",
        "@types/react": "^19.2.2",
        "esbuild": "^0.25.0",
        "react": "^19.2.0",
        "typescript": "^5.9.3"
    }
}
