{
  "name": "telique-mcp",
  "version": "1.0.32",
  "description": "MCP server for Telique telecom APIs (RouteLink, LRN, CNAM, LERG)",
  "type": "module",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./lib": {
      "import": "./dist/lib.js",
      "types": "./dist/lib.d.ts"
    }
  },
  "bin": {
    "telique-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "postinstall.js",
    "openapi.yaml"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "postinstall": "node postinstall.js",
    "validate:openapi": "tsx scripts/validate-openapi.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "telique",
    "telecom",
    "lrn",
    "cnam",
    "lerg",
    "routelink"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ringer/telique-mcp.git"
  },
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  }
}
