UNPKG

@robincore/flutter-dapp-provider

Version:

a javascript ethereum provider injector used as an interface between wallet and dApps. [for flutter]

61 lines (60 loc) 1.61 kB
{ "name": "@robincore/flutter-dapp-provider", "description": "a javascript ethereum provider injector used as an interface between wallet and dApps. [for flutter]", "version": "1.1.8", "author": "robin rajput <explain.this@robinrajput.com> (https://robinrajput.com)", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/robin-360core/core-dapp-provider.git" }, "keywords": [ "Flutter", "Web3", "Provider", "Ethereum" ], "homepage": "https://github.com/robin-360core/core-dapp-provider#readme", "main": "./build/index.js", "types": "./build/index.d.ts", "files": [ "build/" ], "dependencies": { "buffer": "^6.0.3", "cross-fetch": "^3.1.5", "eth-rpc-errors": "^4.0.3", "isutf8": "^4.0.0", "jest": "^29.4.1", "json-rpc-engine": "^6.1.0", "json-rpc-middleware-stream": "^4.2.1", "pump": "^3.0.0" }, "devDependencies": { "@babel/preset-typescript": "^7.18.6", "@types/jest": "^29.4.0", "@types/node": "^14.11.2", "@types/pump": "^1.1.1", "@types/readable-stream": "^2.3.15", "gts": "^3.1.1", "jest-environment-jsdom": "^29.4.1", "ts-jest": "^29.0.5", "typescript": "~4.7.0" }, "scripts": { "lint": "gts lint", "clean": "gts clean", "compile": "tsc", "build": "tsc", "fix": "gts fix", "test": "jest.cmd", "prepare": "yarn.cmd run compile" }, "bugs": { "url": "https://github.com/robin-360core/core-dapp-provider/issues" } }