@jsmjsmxyz/web3-react-bitkeep
Version:
Add BitKeep wallet support into web3-react package
34 lines (33 loc) • 684 B
JSON
{
"name": "@jsmjsmxyz/web3-react-bitkeep",
"description": "Add BitKeep wallet support into web3-react package",
"keywords": [
"web3-react",
"bitkeep"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jsmjsm/web3-react-bitkeep.git"
},
"publishConfig": {
"access": "public"
},
"version": "1.1.0",
"files": [
"dist/*"
],
"type": "commonjs",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"start": "tsc --watch"
},
"dependencies": {
"@akkafinance/bitkeep-detect-provider": "^1.0.0",
"@web3-react/types": "^8.2.0"
}
}