@extrawallet/providers
Version:
A JavaScript Ethereum provider that connects to the wallet over a stream.
78 lines (77 loc) • 2.44 kB
JSON
{
"name": "@extrawallet/providers",
"version": "1.3.9",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"setup": "yarn install && yarn allow-scripts",
"build": "mkdir -p dist && rm -rf dist/* && tsc --project .",
"test": "jest",
"test:watch": "yarn test --watch",
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --single-quote --ignore-path .gitignore",
"lint": "yarn lint:eslint && yarn lint:misc --check",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"prepublishOnly": "yarn build"
},
"author": "biabk",
"license": "MIT",
"repository": {
"type": "git"
},
"keywords": [
"Extra",
"Ethereum",
"Provider"
],
"files": [
"dist/"
],
"dependencies": {
"@extrawallet/post-message-stream": "^4.0.0",
"@metamask/object-multiplex": "^1.1.0",
"@metamask/safe-event-emitter": "^2.0.0",
"@types/chrome": "^0.0.136",
"@types/post-message-stream": "^3.0.1",
"detect-browser": "^5.2.0",
"eth-rpc-errors": "^4.0.2",
"extension-port-stream": "^2.0.1",
"fast-deep-equal": "^2.0.1",
"is-stream": "^2.0.0",
"json-rpc-engine": "^6.1.0",
"json-rpc-middleware-stream": "^3.0.0",
"post-message-stream": "^3.0.0",
"pump": "^3.0.0",
"stringify-object": "^4.0.1",
"webextension-polyfill-ts": "^0.25.0"
},
"devDependencies": {
"@metamask/eslint-config": "^6.0.0",
"@metamask/eslint-config-jest": "^6.0.0",
"@metamask/eslint-config-nodejs": "^6.0.0",
"@metamask/eslint-config-typescript": "^6.0.0",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.14",
"@types/pump": "^1.1.0",
"@types/readable-stream": "^2.3.9",
"@types/stringify-object": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"jest-chrome": "^0.7.1",
"prettier": "^2.2.1",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
}
}