{
    "name": "@mtcute/wasm",
    "type": "module",
    "version": "0.27.8",
    "description": "WASM implementation of common algorithms used in Telegram",
    "license": "MIT",
    "scripts": {},
    "exports": {
        ".": {
            "import": {
                "types": "./index.d.ts",
                "default": "./index.js"
            },
            "require": {
                "types": "./index.d.cts",
                "default": "./index.cjs"
            }
        },
        "./mtcute.wasm": "./mtcute.wasm",
        "./mtcute-simd.wasm": "./mtcute-simd.wasm"
    },
    "author": "alina sireneva <alina@tei.su>",
    "sideEffects": false,
    "homepage": "https://mtcute.dev",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/mtcute/mtcute.git"
    }
}