@goat-sdk/plugin-betswirl
Version:
<div align="center"> <a href="https://github.com/goat-sdk/goat">
46 lines • 961 B
JSON
{
"name": "@goat-sdk/plugin-betswirl",
"version": "0.1.2",
"files": [
"dist/**/*",
"README.md",
"package.json"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,
"homepage": "https://www.betswirl.com",
"repository": {
"type": "git",
"url": "git+https://github.com/goat-sdk/goat.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/goat-sdk/goat/issues"
},
"keywords": [
"ai",
"agents",
"web3",
"betting",
"casino",
"betswirl"
],
"dependencies": {
"@betswirl/sdk-core": "0.0.2",
"@goat-sdk/wallet-viem": "0.2.12",
"viem": "2.23.2",
"zod": "3.23.8",
"@goat-sdk/core": "0.4.9",
"@goat-sdk/wallet-evm": "0.2.11"
},
"peerDependencies": {
"@goat-sdk/core": "0.4.9"
},
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"test": "vitest run --passWithNoTests"
}
}