{
  "name": "farfalla_social",
  "version": "1.0.0",
  "type": "module",
  "devDependencies": {
    "typescript": "^5.1.6",
    "vite": "^4.4.9",
    "vite-plugin-wasm-pack": "^0.1.12"
  },
  "dependencies": {
    "@glow-xyz/glow-client": "^1.4.2",
    "@jaames/iro": "^5.5.2",
    "@maticnetwork/maticjs": "^3.6.6",
    "@maticnetwork/maticjs-ethers": "^1.0.3",
    "@mux/mux-player": "^2.0.1",
    "@polybase/client": "^0.6.5",
    "@project-serum/sol-wallet-adapter": "^0.2.6",
    "@solana/web3.js": "^1.87.3",
    "@types/jquery": "^3.5.16",
    "@types/node": "^20.5.1",
    "@wagmi/core": "^1.4.3",
    "@walletconnect/client": "^1.8.0",
    "@web3modal/wagmi": "^3.0.2",
    "algosdk": "^2.6.0",
    "arweave-wallet-connector": "^1.0.2",
    "axios": "^1.4.0",
    "buffer": "^6.0.3",
    "ethereum-cryptography": "2.0",
    "ethers": "^6.7.1",
    "jquery": "^3.7.0",
    "npm-check-updates": "^16.12.2",
    "openpgp": "^5.9.0",
    "plyr": "^3.7.8",
    "unique-names-generator": "^4.7.1",
    "viem": "^1.16.0",
    "yiyi-audio-recorder": "^1.0.8"
  },
  "scripts": {
    "wasm": "wasm-pack build ./my-crate --target web",
    "dev": "vite",
    "build": "tsc && vite build"
  }
}