UNPKG

@runonflux/aa-schnorr-multisig-sdk

Version:

Account Abstraction Schnorr Multi-Signatures SDK

51 lines (50 loc) 1.09 kB
{ "name": "@runonflux/aa-schnorr-multisig-sdk", "version": "1.2.1", "description": "Account Abstraction Schnorr Multi-Signatures SDK", "keywords": [ "Account Abstraction", "AA", "ERC-4337", "Schnorr", "Signature", "Multisig" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "copy": "../scripts/copy.sh", "prebuild": "npm run copy", "build": "rm -rf dist && tsc -p tsconfig.build.json" }, "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/RunOnFlux/account-abstraction.git", "directory": "aa-schnorr-multisig-sdk" }, "bugs": { "url": "https://github.com/RunOnFlux/account-abstraction/issues" }, "dependencies": { "@alchemy/aa-core": "^3.19.0", "bigi": "^1.4.2", "ecurve": "^1.0.6", "ethers": "^6.13.5", "secp256k1": "^5.0.1" }, "devDependencies": { "dotenv": "^16.4.7", "ts-node": "^10.9.2" }, "overrides": { "viem": "^2.24.2" }, "resolutions": { "viem": "^2.24.2" } }