soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "soul-wallet-lib",
"version": "0.1.1",
"description": "The EIP-4337 library for Soul-Wallet",
"main": "dist/app.js",
"types": "dist/app.d.ts",
"scripts": {
"start": "ts-node src/app.ts",
"build": "rm -rf dist && tsc --project tsconfig.json",
"test": "mocha",
"docs": "npx typedoc src/app.ts",
"build:watch": "tsc --project tsconfig.json --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/proofofsoulprotocol/soulwalletlib.git"
},
"keywords": [
"AA",
"wallet",
"contract",
"EIP4337"
],
"author": "soul",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/proofofsoulprotocol/soulwalletlib/issues"
},
"homepage": "https://github.com/proofofsoulprotocol/soulwalletlib",
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.1",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.25",
"typedoc-plugin-markdown": "^3.14.0",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "^4.7.4"
},
"dependencies": {
"axios": "^1.3.4",
"dotenv": "8.6.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.7.1"
}
}