{
  "name": "@vess-id/vess",
  "version": "0.22.1",
  "description": "VESS local AI agent runtime — manages agent identity, permissions, and execution boundaries",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "vess": "./bin/vess.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@napi-rs/keyring": "^1.2.0",
    "@sd-jwt/crypto-nodejs": "^0.15.0",
    "@sd-jwt/sd-jwt-vc": "^0.15.1",
    "better-sqlite3": "^11.10.0",
    "commander": "^12.1.0",
    "zod": "^3.25.76",
    "@vess-id/ai-identity": "0.22.0"
  },
  "optionalDependencies": {
    "node-mac-auth": "^1.1.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.19.17",
    "jest": "^29.7.0",
    "ts-jest": "^29.4.9",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "license": "BUSL-1.1",
  "files": [
    "bin",
    "dist",
    "required-sdk-symbols.json",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cvoxelprotocol/aidentity.git",
    "directory": "packages/agentd"
  },
  "keywords": [
    "vess",
    "ai-agent",
    "mcp",
    "did",
    "identity",
    "claude-code",
    "verifiable-credentials"
  ],
  "bugs": {
    "email": "info@vess.id"
  },
  "homepage": "https://vess.id",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "jest --no-coverage",
    "test:cov": "jest",
    "lint": "eslint src/**/*.ts",
    "start": "node dist/cli/index.js"
  }
}