@samudai_xyz/web3-sdk
Version:
## All in one web3 integrations for Samudai
104 lines (103 loc) • 3.33 kB
JSON
{
"name": "@samudai_xyz/web3-sdk",
"version": "0.0.60",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"umd:main": "dist/umd/index.js",
"types": "dist/types/index.d.js",
"scripts": {
"_postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
"build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
"build:umd": "node tools/cleanup umd && webpack --config config/webpack.config.js",
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
"clean": "node tools/cleanup",
"package": "npm run build && npm pack",
"test": "jest --no-cache --runInBand",
"test:cov": "jest --coverage --no-cache --runInBand",
"addscope": "node tools/packagejson name @tomchen/example-typescript-package"
},
"publishConfig": {
"access": "restricted"
},
"files": [
"dist"
],
"keywords": [
"samudai",
"web3",
"sdk",
"web3-sdk"
],
"author": "Samudai <https://samudai.xyz>",
"license": "MIT",
"homepage": "https://github.com/Samudai/web3-sdk",
"repository": {
"type": "git",
"url": "https://github.com/Samudai/web3-sdk.git"
},
"bugs": {
"url": "https://github.com/Samudai/web3-sdk/issues"
},
"dependencies": {
"@alch/alchemy-sdk": "^1.2.0",
"@biconomy/account": "^3.1.0",
"@biconomy/bundler": "^3.1.0",
"@biconomy/common": "^2.0.2",
"@biconomy/core-types": "^2.0.2",
"@biconomy/mexa": "^2.0.38",
"@biconomy/modules": "^3.1.0",
"@biconomy/paymaster": "^3.1.0",
"@biconomy/smart-account": "^2.0.2",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ethersproject/constants": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@gnosis.pm/safe-core-sdk": "^2.3.2",
"@gnosis.pm/safe-core-sdk-types": "^1.4.0",
"@gnosis.pm/safe-ethers-lib": "^1.4.0",
"@gnosis.pm/safe-service-client": "^1.2.0",
"@safe-global/api-kit": "^1.3.1",
"@safe-global/protocol-kit": "^1.3.0",
"@safe-global/safe-core-sdk-types": "^2.3.0",
"@snapshot-labs/snapshot.js": "^0.4.41",
"@types/ws": "^8.5.4",
"alchemy-sdk": "^2.1.1",
"axios": "^0.27.2",
"content-hash": "^2.5.2",
"crypto-browserify": "^3.12.0",
"ethers": "^5.6.9",
"lit-js-sdk": "^1.1.202",
"query-string": "^7.1.1",
"siwe": "^1.1.6",
"web3": "^1.8.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/traverse": "^0.6.33",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.2",
"jest": "^27.2.0",
"mocha": "^10.0.0",
"pinst": "^2.1.6",
"prettier": "^2.4.0",
"stream-browserify": "^3.0.0",
"ts-jest": "^27.0.5",
"ts-loader": "^9.4.4",
"typescript": "^4.7.4",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
}
}