UNPKG

aa-schnorr-multisig-sdk

Version:

Account Abstraction Schnorr Multi-Signatures SDK

42 lines (41 loc) 950 B
{ "name": "aa-schnorr-multisig-sdk", "version": "1.0.6", "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": "^2.3.1", "@alchemy/aa-ethers": "^2.3.1", "bigi": "^1.4.2", "ecurve": "^1.0.6", "ethers": "^5.7.2", "secp256k1": "^5.0.0" } }