{
  "name": "@glitterprotocol/glitter-wallet",
  "version": "2.0.1-beta.4",
  "description": "A web3 wallet library that supports multiple wallet types.",
  "main": "es/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "dev": "rollup -c rollup.config.js -w",
    "dev:doc": "dumi dev",
    "dev:docHttps": "dumi dev --https --cert cert.pem --key key.pem",
    "build:doc": "dumi build",
    "lint:fix": "eslint --fix --ext .ts,.tsx,.js,.jsx src --fix",
    "lint:format": "prettier  --loglevel warn --write \"./**/*.{js,jsx,ts,tsx,css,less,md,json}\" ",
    "test": "echo test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/your_username/glitter-wallet.git"
  },
  "keywords": [
    "web3",
    "wallet",
    "library",
    "blockchain"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.16.3",
    "@cosmjs/launchpad": "^0.23.0",
    "@cosmjs/proto-signing": "^0.27.1",
    "@cosmjs/stargate": "^0.27.1",
    "@glitterprotocol/glitter.proto": "2.0.2-beta.3",
    "@types/long": "4.0.2",
    "@wagmi/core": "0.9.4",
    "antd": "4.24.10",
    "axios": "^1.4.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "bip39": "^3.1.0",
    "buffer": "^6.0.3",
    "ethereumjs-wallet": "^1.0.2",
    "ethers": "5.7.2",
    "events": "^3.3.0",
    "long": "4.0.0",
    "postcss": "^8.4.24",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@babel/plugin-transform-runtime": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.16.5",
    "@cosmjs/cosmwasm-stargate": "^0.30.1",
    "@cosmjs/encoding": "^0.30.1",
    "@react-hook/resize-observer": "^1.2.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-image": "^3.0.2",
    "@rollup/plugin-json": "^6.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-typescript": "^11.1.1",
    "@types/events": "^3.0.0",
    "@types/node": "^18.16.3",
    "@types/react": "^18.2.8",
    "@umijs/plugin-sass": "^1.1.1",
    "babel-plugin-import": "1.13.3",
    "babel-plugin-lodash": "^3.3.4",
    "classnames": "^2.3.1",
    "cosmjs-types": "^0.8.0",
    "dumi": "1.1.46",
    "rollup": "^2.61.1",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-dts": "^5.3.0",
    "rollup-plugin-image": "^1.0.2",
    "rollup-plugin-image-files": "^1.4.2",
    "rollup-plugin-less": "^1.1.3",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-string": "^3.0.0",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-svgo": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-url": "^3.0.1",
    "rollup-plugin-visualizer": "^5.10.0",
    "rollup-pluginutils": "^2.8.2",
    "typescript": "^4.5.4"
  },
  "files": [
    "lib/",
    "es/",
    "types/"
  ],
  "engines": {
    "node": ">=14"
  }
}
