{
    "name": "wallet-adapter-chakra-ui",
    "version": "0.1.2",
    "author": "Orlandster",
    "repository": "https://github.com/Orlandster/wallet-adapter-chakra-ui",
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "lib",
        "src",
        "LICENSE"
    ],
    "engines": {
        "node": ">=16"
    },
    "type": "module",
    "main": "./lib/cjs/index.js",
    "module": "./lib/esm/index.js",
    "types": "./lib/types/index.d.ts",
    "exports": {
        ".": {
            "import": "./lib/esm/index.js",
            "require": "./lib/cjs/index.js",
            "types": "./lib/cjs/index.d.ts"
        }
    },
    "scripts": {
        "build": "tsc --build --verbose && npm run package",
        "clean": "shx mkdir -p lib && shx rm -rf lib",
        "lint": "prettier --check 'src/{*,**/*}.{ts,tsx,js,jsx,json}' && eslint",
        "package": "shx mkdir -p lib/cjs && shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json"
    },
    "peerDependencies": {
        "@chakra-ui/icons": "*",
        "@chakra-ui/react": "*",
        "@solana/wallet-adapter-react": "*",
        "@solana/web3.js": "^1.77.3",
        "react": "*",
        "react-dom": "*"
    },
    "devDependencies": {
        "@chakra-ui/icons": "^2.1.1",
        "@chakra-ui/react": "^2.8.2",
        "@emotion/react": "^11.11.3",
        "@emotion/styled": "^11.11.0",
        "@solana/wallet-adapter-react": "^0.15.35",
        "@solana/web3.js": "^1.77.3",
        "@types/react": "^18.2.13",
        "@types/react-dom": "^18.2.6",
        "framer-motion": "^10.17.9",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "shx": "^0.3.4",
        "ts-node": "^10.9.2",
        "typescript": "^5.3.3"
    }
}
