{
  "name": "talon-mcp",
  "type": "module",
  "version": "0.17.4",
  "description": "Talon Auth MCP Server",
  "author": {
    "name": "Feathers Cloud Inc.",
    "email": "hello@feathers.dev",
    "url": "https://feathers.dev"
  },
  "contributors": [],
  "license": "MIT",
  "homepage": "https://talon.codes",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersdev/monorepo.git",
    "directory": "packages/talon-mcp"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/feathersdev/monorepo/issues"
  },
  "keywords": [
    "featherscloud",
    "mcp"
  ],
  "main": "./esm/index.js",
  "bin": {
    "talon-mcp": "./bin/talon-mcp"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "bin/**",
    "esm/**"
  ],
  "engines": {
    "node": ">= 22"
  },
  "scripts": {
    "prepublish": "pnpm build",
    "build": "shx rm -rf esm/ && tsc --outDir esm/ --declaration false && shx echo '{ \"type\": \"module\" }' > esm/package.json",
    "test": "vitest --run"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "talon-auth": "^0.17.4",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.3.3",
    "shx": "^0.4.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  }
}
