{
  "name": "@cosmos-wallet/react",
  "version": "0.10.0",
  "description": "@cosmos-wallet react adapter",
  "author": "Noah Saso <noahsaso@gmail.com>",
  "homepage": "https://github.com/cosmology-tech/cosmos-wallet#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "main/index.js",
  "module": "module/index.js",
  "typings": "types/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "types",
    "main",
    "module"
  ],
  "scripts": {
    "build:main": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
    "build:module": "cross-env MODULE=true babel src --out-dir module --delete-dir-on-start  --extensions \".tsx,.ts,.js\"",
    "build": "npm run build:ts && npm run build:module && npm run build:main",
    "build:ts": "tsc --project ./tsconfig.json",
    "prepare": "npm run build",
    "lint": "eslint --ext .ts,.tsx .",
    "format": "eslint --fix . --ext .ts,.tsx",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cosmology-tech/cosmos-wallet"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/cosmology-tech/cosmos-wallet/issues"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "main/",
      "module/",
      "types/"
    ],
    "testEnvironment": "jsdom",
    "setupFilesAfterEnv": [
      "<rootDir>/setupTests.ts"
    ]
  },
  "devDependencies": {
    "@babel/cli": "7.18.6",
    "@babel/core": "7.18.6",
    "@babel/eslint-parser": "^7.5.4",
    "@babel/node": "^7.10.5",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-export-default-from": "7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "7.18.6",
    "@babel/plugin-transform-runtime": "7.18.6",
    "@babel/preset-env": "7.18.6",
    "@babel/preset-react": "7.18.6",
    "@babel/preset-typescript": "^7.16.7",
    "@keplr-wallet/types": "0.10.12",
    "@testing-library/jest-dom": "5.16.4",
    "@types/firefox-webext-browser": "94.0.1",
    "@types/jest": "^28.1.5",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "5.31.0",
    "@typescript-eslint/parser": "5.31.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "28.1.3",
    "babel-watch": "^7.0.0",
    "cross-env": "^7.0.2",
    "eslint": "8.20.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-simple-import-sort": "7.0.0",
    "eslint-plugin-unused-imports": "2.0.0",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "28.1.3",
    "jest-in-case": "^1.0.2",
    "prettier": "^2.1.2",
    "regenerator-runtime": "^0.13.7",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "@cosmos-wallet/core": "^0.10.0",
    "@testing-library/react": "13.3.0",
    "@walletconnect/browser-utils": "1.7.8",
    "qrcode.react": "3.1.0",
    "react-modal": "3.15.1",
    "styled-components": "5.3.5"
  },
  "peerDependencies": {
    "@keplr-wallet/types": "^0.10",
    "react": "^16 || ^17 || ^18",
    "react-dom": "^16 || ^17 || ^18"
  },
  "gitHead": "3f1ec20e4d253218cf576ba12e33fb0d0908cb53"
}
