UNPKG

ara-context

Version:

ARA context to encapsulate things like Web3, etc

39 lines (38 loc) 1.02 kB
{ "name": "ara-context", "version": "1.0.5", "description": "ARA context to encapsulate things like Web3, etc", "main": "index.js", "scripts": { "test": "ava test/*", "nyc": "nyc npm test", "lint": "eslint .", "lint-fix": "eslint --fix .", "changelog": "conventional-changelog --same-file --preset angular --release-count 0 --infile CHANGELOG.md", "version": "npm run changelog && git add CHANGELOG.md" }, "keywords": [ "ara", "core", "context", "api", "web3" ], "author": "Joseph Werle <werle@littlstar.com>", "license": "LGPL-3.0", "dependencies": { "ara-runtime-configuration": "^2.0.1", "eth-provider": "0.6.1", "pify": "^5.0.0", "thunky": "^1.1.0", "web3": "1.3.5" }, "devDependencies": { "ava": "^3.15.0", "conventional-changelog-cli": "^2.1.1", "eslint": "^7.24.0", "eslint-config-ara": "github:arablocks/eslint-config-ara#semver:3.0.x", "eslint-plugin-import": "^2.22.1", "nyc": "^15.1.0" } }