{
  "name": "kadenakonnect",
  "version": "1.0.2",
  "private": false,
  "description": "Handles connecting to Kadena enabled wallets: X-Wallet, Zelcore, Chainweaver, Koala Wallet, and Wallet Connect",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Luzzotica/KadenaKonnect.git"
  },
  "keywords": [
    "Kadena",
    "Pact",
    "Web3",
    "Blockchain",
    "Wallet"
  ],
  "author": "Luzzotica",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Luzzotica/KadenaKonnect/issues"
  },
  "homepage": "https://github.com/Luzzotica/KadenaKonnect#readme",
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-react": "^7.18.6",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "web-vitals": "^2.1.4",
    "react-redux": "^8.0.4",
    "redux": "^4.2.0",
    "@reduxjs/toolkit": "^1.8.6",
    "redux-thunk": "^2.4.1",
    "redux-devtools-extension": "^2.13.9"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
