{
    "name": "@broxus/tvm-connect",
    "version": "2.16.5",
    "description": "Nekoton-compatible wallets connector.",
    "license": "MIT",
    "keywords": [
        "blockchain",
        "everscale",
        "tvm",
        "nekoton",
        "dapp",
        "connect",
        "web3"
    ],
    "maintainers": [
        {
            "name": "Denis Klimov",
            "url": "https://github.com/JeremiahGeronimo"
        }
    ],
    "publishConfig": {
        "access": "public"
    },
    "exports": {
        ".": {
            "import": "./dist/index.esm.js",
            "require": "./dist/index.cjs.js",
            "types": "./lib/esm/index.d.ts"
        },
        "./lib": {
            "import": "./lib/esm/index.js",
            "require": "./lib/cjs/index.js",
            "types": "./lib/esm/index.d.ts"
        },
        "./style.min.css": "./dist/style.min.css",
        "./uikit.min.css": "./dist/uikit.min.css",
        "./package.json": "./package.json"
    },
    "files": [
        "dist",
        "lib",
        "LICENSE",
        "README.md"
    ],
    "main": "./dist/index.cjs.js",
    "module": "./dist/index.esm.js",
    "types": "./lib/esm/index.d.ts",
    "typesVersions": {
        "*": {
            "lib": [
                "./lib/esm/index.d.ts"
            ]
        }
    },
    "sideEffects": [
        "*.css",
        "*.scss"
    ],
    "engines": {
        "node": ">=16",
        "npm": ">=8"
    },
    "scripts": {
        "build": "npx yarn build:lib && npx yarn build:dist",
        "build:lib": "npx yarn build:cjs & npx yarn build:esm && npx yarn styles:copy",
        "build:cjs": "tsc -p tsconfig.cjs.json && tsc-alias -p tsconfig.cjs.json",
        "build:esm": "tsc -p tsconfig.esm.json && tsc-alias -p tsconfig.esm.json",
        "build:dist": "npx rollup -c --bundleConfigAsCjs",
        "styles:copy": "npx yarn styles:cjs:copy & npx yarn styles:esm:copy",
        "styles:cjs:copy": "npx copyfiles \"src/**/*.css\" -u 1 lib/cjs",
        "styles:esm:copy": "npx copyfiles \"src/**/*.css\" -u 1 lib/esm",
        "watch:js": "npx chokidar \"src/**/*.{ts,tsx}\" -c \"npx yarn build:esm -- --incremental\"",
        "watch:styles": "npx chokidar \"src/**/*.css\" -c \"npx yarn styles:esm:copy\"",
        "dev": "npx yarn watch:js & npx yarn watch:styles",
        "lint": "npx eslint src --ext .ts,.tsx",
        "lint:fix": "npx eslint src --ext .ts,.tsx --fix",
        "cleanup": "npx rimraf dist && npx rimraf lib",
        "prepare": "npx yarn cleanup && npx yarn build"
    },
    "dependencies": {
        "@broxus/js-core": "^0.33.5",
        "@broxus/js-utils": "^1.4.0",
        "@broxus/react-components": "^0.23.10",
        "@broxus/react-uikit": "^0.19.4",
        "classnames": "^2.5.1"
    },
    "peerDependencies": {
        "everscale-inpage-provider": "^0.3.x || ^0.4.x || >=0.6.1",
        "mobx": "^6.x",
        "mobx-react-lite": "^3.4.x || ^4.x",
        "react": "^16.8.0 || ^17.x || ^18.x || ^19.x",
        "react-intl": "^6.x || ^7.x"
    },
    "gitHead": "7eb0b20a7bdc3754e6184e51708fa6f8a0e31873"
}
