{
    "name": "@strike-protocols/solana-wallet-adapter",
    "version": "0.1.8",
    "author": "Strike Developers <developers@strikeprotocols.com>",
    "repository": "https://github.com/StrikeProtocols/strike-solana-wallet-adapter",
    "license": "Apache-2.0",
    "type": "module",
    "sideEffects": false,
    "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"
    },
    "files": [
        "lib",
        "src",
        "LICENSE"
    ],
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "clean": "shx rm -rf lib/*",
        "build": "yarn clean && tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
        "postbuild": "echo '{\"type\":\"commonjs\"}' | npx json > lib/cjs/package.json && echo '{\"type\":\"module\"} ' | npx json > lib/esm/package.json"
    },
    "dependencies": {
        "@solana/web3.js": "^1.44.3",
        "bs58": "^4.0.1",
        "eventemitter3": "^4.0.7",
        "uuid": "^8.3.2"
    },
    "devDependencies": {
        "@babel/eslint-parser": "^7.16.5",
        "@types/bs58": "^4.0.1",
        "@types/eslint": "^8.2.1",
        "@types/eslint-plugin-prettier": "^3.1.0",
        "@types/node": "^18.0.0",
        "@types/node-fetch": "^2.6.2",
        "@types/prettier": "^2.4.2",
        "@types/uuid": "^8.3.4",
        "@typescript-eslint/eslint-plugin": "^5.14.0",
        "@typescript-eslint/parser": "^5.14.0",
        "babel-eslint": "^10.1.0",
        "eslint": "^8.11.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-config-react-app": "^7.0.0",
        "eslint-plugin-prettier": "^4.0.0",
        "gh-pages": "^4.0.0",
        "prettier": "^2.5.1",
        "shx": "^0.3.3",
        "tsc-esm": "^1.0.4",
        "tslib": "^2.3.0",
        "typedoc": "^0.23.1",
        "typescript": "^4.6.2",
        "typescript-esm": "^2.0.0"
    }
}
