{
  "name": "@dforo3/metaforo-sdk",
  "version": "0.4.12-beta",
  "author": "Metaforo",
  "license": "ISC",
  "homepage": "https://github.com/metaforo/comment3#readme",
  "bugs": {
    "url": "https://github.com/metaforo/comment3/issues"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.js",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "@ensdomains/ensjs": "^3.0.0-alpha.34",
    "@mui/icons-material": "^5.10.9",
    "@mui/lab": "^5.0.0-alpha.102",
    "@mui/material": "^5.10.9",
    "@walletconnect/client": "^1.8.0",
    "@walletconnect/qrcode-modal": "^1.8.0",
    "@walletconnect/web3-provider": "^1.8.0",
    "ethers": "^5.7.2",
    "everpay": "^0.5.4",
    "quill": "^1.3.7",
    "quill-emoji": "^0.2.0",
    "quill-mention": "^3.1.0",
    "quilljs-markdown": "^1.2.0",
    "web-vitals": "^2.1.4",
    "react-svg": "^15.1.11",
    "react-quill": "^2.0.0",
    "web3": "^1.8.1",
    "typescript": "^4.9.3",
    "browserify": "^17.0.0"
  },
  "devDependencies": {
    "@simbathesailor/babel-plugin-use-what-changed": "^2.1.0",
    "@types/node": "^16.11.65",
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.6",
    "axios": "^1.1.3",
    "buffer": "^6.0.3",
    "copyfiles": "^2.4.1",
    "customize-cra": "^1.0.0",
    "lodash": "^4.17.21",
    "process": "^0.11.10",
    "react-scripts": "5.0.1",
    "rimraf": "^3.0.2",
    "sass": "^1.56.1"
  },
  "scripts": {
    "build": "npm run clean && npm run build:esm && npm run build:cjs && npm run copy-files",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "develop": "npm run build:esm && npm run copy-files",
    "clean": "rimraf dist/tsc && rimraf dist/esm",
    "copy-files": "copyfiles -u 1 src/**/*.css dist/cjs && copyfiles -u 1 src/**/*.css dist/esm",
    "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"",
    "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
    "prepare": "npm run build",
    "prepublishOnly": "npm run prettier && npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/metaforo/comment3.git"
  },
  "keywords": [
    "metaforo",
    "tipping",
    "comment",
    "web3"
  ],
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
