{
  "name": "youmd",
  "version": "0.10.1",
  "description": "Identity context protocol for the agent internet — an MCP where the context is you. CLI for the You.md platform.",
  "bin": {
    "you": "dist/you.js",
    "youmd": "dist/index.js",
    "create-youmd": "dist/create.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist/**/*",
    "skills/**/*",
    "examples/**/*",
    "scripts/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/index.ts",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "node scripts/check-version-exists.mjs && npm run build",
    "postinstall": "node -e \"try{require('./dist/postinstall.js')}catch(e){if(e&&e.code!=='MODULE_NOT_FOUND')throw e}\""
  },
  "keywords": [
    "identity",
    "ai",
    "agent",
    "llm",
    "markdown",
    "cli",
    "profile",
    "you-md"
  ],
  "author": "Houston Golden",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/houstongolden/youmd.git",
    "directory": "cli"
  },
  "homepage": "https://you.md",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "chalk": "^4.1.2",
    "commander": "^12.1.0",
    "convex": "1.33.1",
    "gray-matter": "^4.0.3",
    "jimp": "^0.22.12",
    "js-yaml": "^4.1.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.14.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.0",
    "vitest": "^4.1.2"
  },
  "engines": {
    "node": ">=18"
  }
}
