UNPKG

@lyncworld/lootbox-evm-sdk-experimental

Version:

Experimental Lootbox EVM SDK for ethers v6.

53 lines (52 loc) 1.19 kB
{ "name": "@lyncworld/lootbox-evm-sdk-experimental", "private": false, "version": "1.2.0-ethers-v6", "author": { "name": "Lync World", "url": "https://lync.world" }, "description": "", "keywords": [ "lootbox", "evm", "experimental", "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-v6 --out-dir=src/types/typechain 'abis/**/*.json'", "build": "yarn typechain && tsup", "test": "yarn build && jest" }, "dependencies": { "@typechain/ethers-v6": "^0.5.1", "ethers": "^6.13.4", "@types/node": "^20.11.30", "merkletreejs": "0.4.0", "path": "^0.12.7" }, "devDependencies": { "@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" } }