UNPKG

@bobanetwork/snap-account-abstraction-keyring-hc

Version:

An account abstraction keyring snap that integrates with MetaMask accounts on Boba Network

110 lines (109 loc) 3.84 kB
{ "name": "@bobanetwork/snap-account-abstraction-keyring-hc", "version": "1.1.26", "description": "An account abstraction keyring snap that integrates with MetaMask accounts on Boba Network", "keywords": [ "metamask", "snap", "keyring", "account", "account abstraction", "4337" ], "homepage": "https://github.com/bobanetwork/snap-account-abstraction-keyring-hc#readme", "bugs": { "url": "https://github.com/bobanetwork/snap-account-abstraction-keyring-hc/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bobanetwork/snap-account-abstraction-keyring-hc.git" }, "license": "(MIT-0 OR Apache-2.0)", "main": "dist/bundle.js", "files": [ "dist/", "images/", "snap.manifest.json" ], "scripts": { "compile": "hardhat compile", "build": "mm-snap build", "build:clean": "yarn clean && yarn build", "clean": "rimraf dist", "lint": "yarn lint:eslint && yarn lint:misc && yarn lint:deps && yarn lint:types && yarn lint:changelog", "lint:deps": "depcheck --ignores='@openzeppelin/contracts,@lavamoat/allow-scripts,@metamask/auto-changelog'", "lint:eslint": "eslint . --cache --ext js,jsx,ts,tsx", "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write", "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '!snap.manifest.json' '!artifacts/**/*' '!cache/**/*' '!coverage/**/*' --check", "lint:changelog": "auto-changelog validate --prettier", "lint:types": "tsc --noEmit", "serve": "mm-snap serve", "start": "NODE_ENV='development' mm-snap watch", "test": "jest --detectOpenHandles", "test:coverage": "jest --detectOpenHandles --coverage" }, "dependencies": { "@ethereumjs/tx": "^5.3.0", "@ethereumjs/util": "^9.0.3", "@metamask/keyring-api": "^13.0.0", "@metamask/keyring-snap-sdk": "^1.1.0", "@metamask/keyring-utils": "^1.0.0", "@metamask/snaps-sdk": "^6.16.0", "@metamask/superstruct": "^3.0.1", "@metamask/utils": "^9.1.0", "@openzeppelin/contracts": "^4.2.0", "dotenv": "^16.3.1", "ethers": "^6.10.0", "uuid": "^10.0.0" }, "devDependencies": { "@lavamoat/allow-scripts": "^3.0.3", "@metamask/auto-changelog": "^3.3.0", "@metamask/eslint-config": "^12.2.0", "@metamask/eslint-config-jest": "^12.1.0", "@metamask/eslint-config-nodejs": "^12.1.0", "@metamask/eslint-config-typescript": "^12.1.0", "@metamask/snaps-cli": "^6.6.1", "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", "@nomicfoundation/hardhat-ethers": "^3.0.0", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@nomicfoundation/hardhat-verify": "^2.0.0", "@typechain/ethers-v6": "^0.5.1", "@typechain/hardhat": "^9.1.0", "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@types/node": "^20.10.8", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^5.33.0", "@typescript-eslint/parser": "^5.33.0", "chai": "^4.3.7", "depcheck": "^1.4.6", "eslint": "^8.21.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^26.8.2", "eslint-plugin-jsdoc": "^39.2.9", "eslint-plugin-n": "^16.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "hardhat": "^2.19.4", "hardhat-gas-reporter": "^1.0.8", "jest": "^29.7.0", "jest-extended": "^4.0.2", "prettier": "^2.2.1", "rimraf": "^3.0.2", "solidity-coverage": "^0.8.1", "ts-node": "^10.9.2", "typechain": "^8.3.2", "typescript": "^5.3.3" }, "packageManager": "yarn@3.2.1", "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }