{
    "name": "goat",
    "version": "0.3.13",
    "sideEffects": false,
    "files": ["dist/**/*", "README.md", "package.json"],
    "scripts": {
        "build": "tsup",
        "clean": "rm -rf dist",
        "test": "vitest run --passWithNoTests"
    },
    "main": "./dist/index.js",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "dependencies": {
        "@lit-protocol/lit-node-client": "catalog:",
        "@lit-protocol/wrapped-keys": "catalog:",
        "@solana/web3.js": "catalog:",
        "@chromia/ft4": "catalog:",
        "abitype": "^1.0.6",
        "postchain-client": "catalog:",
        "viem": "catalog:",
        "zod": "catalog:"
    },
    "devDependencies": {
        "@lit-protocol/types": "catalog:"
    },
    "homepage": "https://ohmygoat.dev",
    "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"]
}
