{
  "name": "naomi-scanner",
  "version": "0.1.1",
  "homepage": "https://github.com/NaomiAgent/naomi",
  "description": "Naomi — autonomous agent scanner for Ethereum token launches. Listens to Uniswap and mempool, runs honeypot and contract checks, scores with Claude. No trading, just verdicts.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "naomi": "dist/index.js",
    "naomi-scanner": "dist/index.js"
  },
  "files": [
    "dist",
    "config.example.yaml",
    ".env.example",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NaomiAgent/naomi.git"
  },
  "bugs": {
    "url": "https://github.com/NaomiAgent/naomi/issues"
  },
  "author": "NaomiAgent",
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "scan": "tsx src/index.ts",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ethereum",
    "uniswap",
    "token-scanner",
    "honeypot-detection",
    "rug-detection",
    "ai",
    "claude",
    "agent",
    "naomi"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.30.0",
    "dotenv": "^16.4.0",
    "pino": "^9.0.0",
    "pino-pretty": "^11.0.0",
    "viem": "^2.21.0",
    "yaml": "^2.5.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "tsx": "^4.16.0",
    "typescript": "^5.5.0"
  }
}
