{
  "name": "trustmesh-ai",
  "version": "0.3.7",
  "description": "Decentralized trust & reputation protocol for AI agents — peer-to-peer scoring, dispute resolution, REST API, CLI",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "trustmesh": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/cli.js",
    "dev": "tsx src/cli.ts",
    "test": "vitest run",
    "lint": "eslint src/",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "trust",
    "reputation",
    "agent",
    "ai-agent",
    "decentralized",
    "protocol",
    "peer-to-peer",
    "credit",
    "scoring",
    "trust-mesh",
    "autonomous-agents",
    "multi-agent",
    "llm",
    "mcp"
  ],
  "author": "TrustMesh",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geerdwedda-create/trustmesh.git"
  },
  "homepage": "https://geerdwedda-create.github.io/trustmesh/",
  "bugs": {
    "url": "https://github.com/geerdwedda-create/trustmesh/issues"
  },
  "dependencies": {
    "@fastify/cors": "^10.0.0",
    "better-sqlite3": "^11.0.0",
    "fastify": "^5.0.0",
    "nodemailer": "^8.0.5",
    "stripe": "^22.0.2",
    "ulidx": "^2.0.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.0",
    "@types/node": "^22.0.0",
    "@types/nodemailer": "^8.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist/",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ]
}
