@goat-sdk/plugin-plunderswap
Version:
<div align="center"> <a href="https://github.com/goat-sdk/goat">
44 lines • 923 B
JSON
{
"name": "@goat-sdk/plugin-plunderswap",
"version": "1.1.4",
"files": [
"dist/**/*",
"README.md",
"package.json"
],
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"dependencies": {
"viem": "2.23.4",
"zod": "3.23.8",
"@goat-sdk/core": "0.4.9",
"@goat-sdk/wallet-zilliqa": "0.3.4"
},
"peerDependencies": {
"@goat-sdk/core": "0.4.9",
"@goat-sdk/wallet-zilliqa": "0.3.4"
},
"homepage": "https://plunderswap.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",
"zilliqa",
"plunderswap"
],
"scripts": {
"build": "tsup",
"clean": "rm -rf dist",
"test": "vitest run --passWithNoTests"
}
}