@uxuycom/web3-tg-sdk
Version:
web3 sdk for tg
92 lines (91 loc) • 2.47 kB
JSON
{
"version": "0.2.7",
"name": "@uxuycom/web3-tg-sdk",
"description": "web3 sdk for tg",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"jsdelivr": "dist/index.es.js",
"commonjs": "dist/index.cjs.js",
"typings": "dist/types/src/index.d.ts",
"types": "dist/types/src/index.d.ts",
"files": [
"/dist",
"/types",
"tsconfig.json",
"tsconfig.node.json",
"/example/my-react-app",
"README.md"
],
"keywords": [
"evm",
"cipherbrowser",
"uxuySdkWallet",
"ethereum",
"wallet",
"web3",
"telegram",
"uxuycom",
"uxuy.com"
],
"scripts": {
"clean": "rimraf dist",
"types": "tsc --outDir dist/types",
"predev": "npm run clean && npm run types",
"prebuild": "npm run clean && npm run types",
"dev": "cross-env --NODE_ENV=development node ./scripts/esbuild.config.js",
"build": "cross-env --NODE_ENV=production node ./scripts/esbuild.config.js",
"test": "jest ./tests/*",
"lint": "",
"prepare": "",
"publish": "npm run build && npm publish"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@solana/web3.js": "^1.95.8",
"@types/bn.js": "^5.1.5",
"@types/node": "^20.4.5",
"@types/node-fetch": "^2.6.4",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"esbuild": "^0.18.10",
"jest": "^29.7.0",
"process": "^0.11.10",
"qs": "^6.13.0",
"rimraf": "^5.0.1",
"stream-browserify": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"vm-browserify": "^1.1.2"
},
"dependencies": {
"@openproduct/web-sdk": "^0.23.0",
"@tonconnect/protocol": "^2.2.6",
"axios": "^1.5.0",
"bn.js": "^5.1.1",
"borsh": "^0.7.0",
"bs58check": "^4.0.0",
"buffer": "^6.0.3",
"debug": "^4.3.7",
"eventemitter3": "^5.0.1",
"sunweb": "^1.1.0",
"tonweb": "^0.0.66",
"tronweb": "^5.3.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": "uxuySafe",
"license": "ISC",
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}