UNPKG

ethers-quorum

Version:

Complete Ethereum library and wallet implementation in JavaScript, with support for Quorum

55 lines (54 loc) 1.51 kB
{ "name": "ethers-quorum", "version": "1.0.10", "description": "Complete Ethereum library and wallet implementation in JavaScript, with support for Quorum", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "lint:fix": "tslint --fix \"src/**/*.ts\"", "postversion": "git push && git push --tags", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "test": "echo \"Tests temporarily disabled\" && exit && echo \"Error: no test specified\" && exit 1", "version": "npm run format && git add -A src" }, "repository": { "type": "git", "url": "git+https://github.com/rodion-lim-partior/ethers-quorum.git" }, "keywords": [ "javascript", "typescript", "ethereum", "web3", "ethers", "quorum" ], "author": "Rodion Lim", "license": "MIT", "bugs": { "url": "https://github.com/rodion-lim-partior/ethers-quorum/issues" }, "homepage": "https://github.com/rodion-lim-partior/ethers-quorum#readme", "devDependencies": { "@types/jest": "29.2.4", "@types/node": "18.11.14", "jest": "29.3.1", "prettier": "2.8.1", "ts-jest": "29.0.3", "tslint": "6.1.3", "tslint-config-prettier": "1.18.0", "typescript": "^4.9.4" }, "dependencies": { "axios": "1.2.1", "ethers": "5.7.2" } }