{
  "name": "@dicksonp/open-wallet-adapter",
  "version": "0.0.13-3",
  "license": "MIT",
  "main": "dist/components.esm.js",
  "module": "dist/components.esm.js",
  "types": "dist/types/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "babelMacros": {
    "twin": {
      "config": "tailwind.config.js",
      "preset": "emotion"
    }
  },
  "sideEffects": false,
  "scripts": {
    "type-check": "tsc --noEmit",
    "type-check:watch": "pnpm type-check -- --watch",
    "build:types": "tsc --noEmit false --emitDeclarationOnly --outDir dist/types",
    "build:js": "rollup -c",
    "build-lib": "pnpm build:types && pnpm build:js",
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "serve": "npx serve public"
  },
  "peerDependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@solana/web3.js": ">=1.77.3",
    "bn.js": ">=5.2.1",
    "decimal.js": ">=10.4.3",
    "react": ">=18",
    "styled-components": "*",
    "@solana/spl-token": "*"
  },
  "dependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@solana-mobile/wallet-adapter-mobile": "^2.0.0",
    "@solana/wallet-adapter-base": "0.9.22",
    "@solana/wallet-adapter-react": "0.15.32",
    "react-use": ">=17.2.4"
  },
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@emotion/babel-preset-css-prop": "^11.10.0",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.3",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@solana/spl-token": "0.1.8",
    "@solana/spl-token-registry": "~0.2.1105",
    "@solana/wallet-adapter-wallets": "0.19.18",
    "@solana/web3.js": "^1.77.3",
    "@types/bn.js": "^5.1.0",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "@types/styled-components": "^5.1.26",
    "autoprefixer": "^10.4.13",
    "babel-loader": "^9.1.0",
    "babel-plugin-macros": "^3.1.0",
    "bn.js": "5.2.1",
    "decimal.js": "^10.4.3",
    "lokijs": "1.5.12",
    "next": "^13.4.9",
    "postcss": "^8.4.20",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^3.7.3",
    "rollup-plugin-node-externals": "^6.1.1",
    "sonner": "^0.4.0",
    "styled-components": "^5.3.6",
    "tailwindcss": "^3.2.4",
    "twin.macro": "^3.1.0",
    "typescript": "^4.9.4"
  },
  "resolutions": {
    "@solana/wallet-adapter-base": "0.9.23"
  }
}
