{
  "name": "@lyncworld/lootbox-evm-sdk",
  "private": false,
  "version": "3.1.1",
  "author": {
    "name": "Lync World",
    "url": "https://lync.world"
  },
  "description": "",
  "keywords": [
    "lootbox",
    "evm",
    "smart-contract-sdk",
    "ethereum",
    "base"
  ],
  "module": "./dist/index.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "license": "UNLICENSED",
  "files": [
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": ""
  },
  "scripts": {
    "clean": "rm -rf dist",
    "typechain": "rm -rf src/types/typechain && typechain --target=ethers-v5 --out-dir=src/types/typechain 'abis/**/*.json'",
    "build": "yarn typechain && tsup",
    "test": "yarn build && jest"
  },
  "dependencies": {
    "@types/node": "^20.11.30",
    "ethers": "5.7.0",
    "merkletreejs": "0.4.0",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "@gelatonetwork/relay-sdk": "4.0.0",
    "@typechain/ethers-v5": "^11.1.2",
    "@types/jest": "^29.5.12",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "tsup": "^8.0.2",
    "typechain": "^8.3.2",
    "typescript": "^5.3.3"
  }
}
