{
  "name": "@demox-labs/aleo-wallet-adapter-base",
  "version": "0.0.23",
  "description": "Core infrastructure for connecting aleo-compatible wallets to your dApp.",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "doc": "typedoc --tsconfig ./tsconfig.json --plugin typedoc-plugin-markdown --entryPoints index.ts",
    "reinstall-all": "rm -rf node_modules yarn.lock && yarn && yarn build && cd ../react && rm -rf node_modules yarn.lock && yarn && yarn build && cd ../../ui && rm -rf node_modules yarn.lock && yarn && yarn build && cd ../wallets/leo && rm -rf node_modules yarn.lock && yarn && yarn build"
  },
  "repository": "https://github.com/demox-labs/aleo-wallet-adapter",
  "author": "Demox Labs",
  "license": "MIT",
  "dependencies": {
    "eventemitter3": "^4.0.7"
  },
  "devDependencies": {
    "typedoc": "^0.28.4",
    "typedoc-plugin-markdown": "^4.6.3",
    "typescript": "^4.8.4"
  },
  "private": false
}
