UNPKG

@uprtcl/ethereum-provider

Version:

_Prtcl provider wrappers around web3

72 lines (71 loc) 1.95 kB
{ "name": "@uprtcl/ethereum-provider", "version": "0.2.1", "description": "_Prtcl provider wrappers around web3", "homepage": "https://uprtcl.io", "scripts": { "update-uprtcl": "ncu -u \"/^@uprtcl.*$/\"", "clean": "rimraf dist", "dev": "rollup -w -c rollup.config.ts", "build": "npm run clean && rollup -c rollup.config.ts", "test": "karma start --coverage", "test:watch": "karma start --auto-watch=true --single-run=false" }, "dependencies": { "@uprtcl/evees": "^0.2.1", "ethers": "^5.0.8" }, "devDependencies": { "@open-wc/testing": "^2.5.6", "@open-wc/testing-karma": "^3.0.0", "@rollup/plugin-json": "^4.0.1", "@types/mocha": "^5.2.7", "@types/node": "^10.11.0", "istanbul-instrumenter-loader": "^3.0.1", "karma": "^4.4.1", "karma-webpack": "^4.0.2", "lit-html": "^1.1.2", "npm-check-updates": "^10.2.1", "rimraf": "^2.6.2", "rollup": "^2.0.5", "rollup-plugin-sourcemaps": "^0.5.0", "rollup-plugin-typescript2": "^0.25.3", "temp-dir": "^2.0.0", "ts-loader": "^6.2.2", "typescript": "^4.2.3", "webpack": "^4.42.1" }, "repository": { "type": "git", "url": "https://github.com/uprtcl/js-uprtcl/" }, "contributors": [ { "name": "Guillem Cordoba", "email": "guillem.cordoba@gmail.com", "url": "https://github.com/guillemcordoba" }, { "name": "Pepo Ospina", "email": "pepo@collectiveone.org", "url": "https://github.com/pepoospina" } ], "keywords": [ "service", "provider", "backend", "websocket", "web3", "holochain" ], "license": "MIT", "main": "dist/uprtcl-ethereum-provider.umd.js", "module": "dist/uprtcl-ethereum-provider.es5.js", "typings": "dist/types/uprtcl-ethereum-provider.d.ts", "sideEffects": false, "engines": { "node": ">=10.0.0 <14" }, "gitHead": "1b8f027e809d2f349acf0d78c28d92b7ff74bd12" }