{
  "name": "@telora/mcp-products",
  "version": "0.22.97",
  "description": "MCP server exposing Telora product operations to Claude Code",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "telora-mcp-products": "dist/index.js"
  },
  "files": [
    "dist",
    "scripts",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js || true",
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "npx tsx src/index.ts",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "test": "tsx --test src/__tests__/*.test.ts",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://git.syntelyos.com:3100/api/packages/syntelyos/npm/"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "ssh://git@10.1.1.250:3122/syntelyos/telora.git",
    "directory": "mcp/telora-products"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "@telora/daemon-core": "^0.2.63",
    "ts-morph": "^28.0.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^22.13.1",
    "tsx": "^4.20.6",
    "typescript": "^5.7.3"
  }
}
