shogun-button-react
Version:
Shogun connector button
58 lines (57 loc) • 1.33 kB
JSON
{
"name": "shogun-button-react",
"description": "Shogun connector button",
"version": "1.7.5",
"files": [
"dist",
"src/styles/index.css"
],
"keywords": [
"shogun",
"wallet",
"ethereum",
"react",
"react-hook",
"hooks",
"authentication"
],
"author": "Scobru",
"license": "MIT",
"type": "module",
"exports": {
".": "./dist/index.js",
"./styles.css": "./dist/index.css"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc && copyfiles -u 1 \"src/styles/index.css\" dist && copyfiles dist/styles/index.css dist",
"dev": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build"
},
"dependencies": {
"ethers": "^6.13.5",
"prettier": "^3.5.3",
"rxjs": "^7.8.1",
"shogun-core": "^1.7.4"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.3.23",
"copyfiles": "^2.4.1",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8.2",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
},
"typeRoots": [
"./node_modules/@types",
"./src/types"
]
}