{
  "name": "@neural-trader/agentic-accounting-agents",
  "version": "0.1.1",
  "description": "Multi-agent swarm orchestration for autonomous accounting operations with ReasoningBank self-learning, distributed task coordination, and intelligent compliance automation for cryptocurrency trading",
  "homepage": "https://neural-trader.ruv.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/ruvnet/neural-trader.git",
    "directory": "packages/agentic-accounting-agents"
  },
  "bugs": {
    "url": "https://github.com/ruvnet/neural-trader/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -b",
    "clean": "rm -rf dist",
    "test": "jest",
    "test:watch": "jest --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src --ext .ts",
    "bench:coordination": "ts-node benchmarks/agent-coordination.bench.ts",
    "bench:all": "npm run bench:coordination"
  },
  "keywords": [
    "multi-agent",
    "autonomous",
    "swarm",
    "self-learning",
    "reasoningbank",
    "agentic-flow",
    "agentdb",
    "distributed-systems",
    "neural-trader",
    "task-coordination",
    "bullmq",
    "redis",
    "accounting-automation",
    "crypto-accounting",
    "compliance",
    "ruv-io"
  ],
  "author": "Neural Trader Team <team@ruv.io>",
  "license": "MIT OR Apache-2.0",
  "dependencies": {
    "@neural-trader/agentic-accounting-core": "workspace:*",
    "@neural-trader/agentic-accounting-types": "workspace:*",
    "agentic-flow": "^1.10.2",
    "agentdb": "^1.6.1",
    "bullmq": "^5.1.9",
    "ioredis": "^5.8.2"
  },
  "devDependencies": {
    "@types/node": "^20.19.25",
    "typescript": "^5.3.3",
    "jest": "^29.7.0",
    "@types/jest": "^29.5.11",
    "ts-jest": "^29.1.1"
  }
}
