{
  "name": "@decent.xyz/the-box-dev",
  "version": "0.0.40",
  "description": "The Box (Dev)",
  "main": "./dist/index.js",
  "type": "module",
  "files": [
    "/dist"
  ],
  "scripts": {
    "nbuild": "npm run minify-tw && rollup -c && ncp ./dist ./examples/react-js/src/dist && ncp ./dist ./examples/next-ts/dist",
    "cp-dist1": "cp -r ./dist ./examples/next-ts/.",
    "cp-dist2": "cp -r ./dist ./examples/react-js/src/.",
    "minify-tw": "tailwindcss -i src/index.css -o src/tw-out/tailwind-output.css --minify",
    "build": "npm run minify-tw && rollup -c && npm run cp-dist1 && npm run cp-dist2",
    "dev": "rollup -c --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decentxyz/the-box.git"
  },
  "author": "decent.xyz",
  "license": "GNU GPL V3.0",
  "bugs": {
    "url": "https://github.com/decentxyz/the-box/issues"
  },
  "homepage": "https://github.com/decentxyz/the-box#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-image": "^3.0.2",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-typescript": "^11.1.1",
    "@types/react": "^18.2.6",
    "@types/react-dom": "^18.2.4",
    "autoprefixer": "^10.4.14",
    "clsx": "^1.2.1",
    "ncp": "^2.0.0",
    "postcss": "^8.4.23",
    "rollup": "^3.22.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "tailwindcss": "^3.3.2",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "ethers": "^5.7.2",
    "react": "^18",
    "react-dom": "^18",
    "wagmi": "^0.12.13"
  }
}
