{
  "name": "@goat-sdk/plugin-dexscreener",
  "version": "0.1.9",
  "files": [
    "dist/**/*",
    "README.md",
    "package.json"
  ],
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "zod": "3.23.8",
    "@goat-sdk/core": "0.4.9"
  },
  "peerDependencies": {
    "@goat-sdk/core": "0.4.9"
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "tsup": "^8.3.5",
    "typescript": "^5.2.2",
    "vitest": "^2.1.9"
  },
  "homepage": "https://dexscreener.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",
    "bridge",
    "dexscreener"
  ],
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf dist",
    "test": "vitest run --passWithNoTests"
  }
}