UNPKG

@kodex-react/ctx-ethers

Version:

Provides a React context provider for the Ethers.js library, which allows you to interact with Ethereum smart contracts.

78 lines (77 loc) 2.66 kB
{ "name": "@kodex-react/ctx-ethers", "version": "0.0.1-rc.5", "description": "Provides a React context provider for the Ethers.js library, which allows you to interact with Ethereum smart contracts.", "main": "./index.js", "module": "./index.esm.js", "source": "./source/index.ts", "types": "./types/index.d.ts", "license": "MIT", "author": "WizardsOrb <wizardsorb@protonmail.com>", "homepage": "https://github.com/KodexData/kodex-react-suite-dev#readme", "bugs": { "url": "https://github.com/KodexData/kodex-react-suite-dev/issues" }, "repository": { "type": "git", "url": "git+https://github.com/KodexData/kodex-react-suite-dev.git" }, "contributors": [ "pseudodeterminist <pseudodeterminist@kodexdata.systems> (https://kodexdata.systems)", "oldcryptogeek <oldcryptogeek@kodexdata.systems> (https://kodexdata.systems)", "wizardsorb <wizardsorb@kodexdata.systems> (https://kodexdata.systems)", "brittanneica <brittanneica@kodexdata.systems> (https://kodexdata.systems)" ], "keywords": [ "kodexdata.systems", "react", "ethers", "typescript" ], "scripts": { "build": "npm run clean && rollup -c rollup.config.cjs --bundleConfigAsCjs", "clean": "rm -rf types *.js *.d.ts", "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\", \"noImplicitAny\": true }' mocha --exit --timeout 120000 -r ts-node/register 'tests/**/*.ts'" }, "peerDependencies": { "@ethersproject/bytes": "*", "@ethersproject/keccak256": "*", "@ethersproject/providers": "*", "@kodex-data/prototypes": "*", "@kodex-react/window-ethereum": "*", "ethers": "5.7.2", "lodash": "*", "react": "^18.2.0", "react-dom": "^18.2.0" }, "dependencies": { "@kodex-data/prototypes": "^0.0.1-rc.5", "@kodex-react/window-ethereum": "^0.0.1-rc.2", "ethers": "5.7.2", "lodash": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-typescript": "^11.0.0", "@types/chai": "^4.3.4", "@types/lodash": "^4.14.191", "@types/mocha": "^10.0.1", "@types/node": "^18.15.3", "@types/rollup-plugin-peer-deps-external": "^2.2.1", "chai": "^4.3.7", "dotenv": "^16.0.3", "graphql": "^16.6.0", "graphql-request": "^5.2.0", "mocha": "^10.2.0", "mocha-logger": "^1.0.8", "rollup": "^3.19.1", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.5.0", "typescript": "^4.9.5", "vite-tsconfig-paths": "^4.0.7" } }