@magicblock-labs/gum-react-sdk
Version:
React SDK for Gum
66 lines (65 loc) • 1.46 kB
JSON
{
"name": "@magicblock-labs/gum-react-sdk",
"version": "3.0.8",
"license": "GPL-3.0",
"description": "React SDK for Gum",
"repository": {
"type": "git",
"url": "https://github.com/magicblock-labs/gum-sdk.git",
"directory": "packages/react-sdk"
},
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"main": "lib/index.js",
"files": [
"lib"
],
"browser": {
"fs": false,
"net": false,
"tls": false
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@magicblock-labs/gum-sdk": "3.0.8",
"@solana/wallet-adapter-react": "^0.15.26",
"@solana/web3.js": "^1.75.0",
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"decimal.js": "^10.4.3",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/node": "^16.18.12",
"@types/react": "^18.0.27",
"tsup": "^6.6.3",
"typedoc": "^0.23.28",
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": "^18.2.0"
},
"scripts": {
"clean": "rimraf lib",
"build": "npm run clean && tsup",
"build:docs": "typedoc",
"dev": "tsup --watch",
"start": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gum",
"react",
"sdk"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}