@funkit/fun-relay
Version:
69 lines • 1.79 kB
JSON
{
"name": "@funkit/fun-relay",
"version": "2.9.0",
"files": [
"dist/src",
"dist/index.d.ts",
"dist/index.d.ts.map",
"dist/index.js",
"dist/index.js.map",
"dist/index.mjs",
"dist/index.mjs.map",
"CHANGELOG.md"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"sideEffects": false,
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@relayprotocol/relay-bitcoin-wallet-adapter": "^18.0.1",
"@relayprotocol/relay-sdk": "^6.0.1",
"@relayprotocol/relay-svm-wallet-adapter": "^19.0.1",
"@relayprotocol/relay-tron-wallet-adapter": "^7.0.1"
},
"devDependencies": {
"@solana/web3.js": "^1.98.2",
"bitcoinjs-lib": "^7.0.1",
"ecpair": "^3.0.1",
"tiny-secp256k1": "^2.2.4",
"tronweb": "^6.2.1",
"viem": "2.29.4"
},
"peerDependencies": {
"@solana/web3.js": ">=1.98.0",
"viem": ">=2.23.1"
},
"keywords": [
"blockchain",
"funkit"
],
"author": "https://fun.xyz/",
"repository": {
"type": "git",
"url": "git+https://github.com/fun-xyz/funkit.git",
"directory": "packages/fun-relay"
},
"homepage": "https://github.com/fun-xyz/funkit/tree/main/packages/fun-relay",
"scripts": {
"build": "rm -rf dist && pnpm typegen && node build.mjs",
"build:watch": "node build.mjs --watch",
"dev": "pnpm build:watch & pnpm typegen:watch",
"typegen:watch": "tsc --emitDeclarationOnly --watch",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"test": "vitest",
"typecheck": "tsc --noEmit",
"typegen": "tsc --emitDeclarationOnly"
}
}