UNPKG

@jovijovi/ether-keystore

Version:

A keystore toolkit for Ethereum ecosystem

50 lines (49 loc) 1.4 kB
{ "name": "@jovijovi/ether-keystore", "version": "0.3.0", "description": "A keystore toolkit for Ethereum ecosystem", "author": "jovijovi <mageyul@hotmail.com>", "license": "MIT", "keywords": [ "typescript", "tookit", "ether-keystore", "ethereum", "ether", "keystore", "wallet", "crypto" ], "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/jovijovi/ether-keystore.git" }, "scripts": { "clean": "rm -rf ./dist/*", "test": "jest --coverage --forceExit", "build": "yarn clean && tsc --build", "clean-pub": "rm -rf ./publish/* && mkdir -p ./publish", "prepub": "yarn clean-pub && yarn build && cp -ap ./dist/lib ./publish/lib && cp -ap LICENSE ./publish/ && cp -ap package.json ./publish/ && cp -ap README.md ./publish/" }, "dependencies": { "@jovijovi/pedrojs-common": "^1.2.1", "ethers": "^5.7.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.3", "@typechain/ethers-v5": "10.1.1", "@types/jest": "29.2.3", "@types/node": "18.11.10", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "eslint": "^8.29.0", "jest": "29.3.1", "ts-jest": "29.0.3", "ts-node": "10.9.1", "typechain": "8.1.1", "typescript": "4.9.3" } }