{
  "name": "ikea-mcp",
  "version": "1.6.2",
  "description": "Read-only MCP server for IKEA product search and in-store stock lookup. Supports stdio and Streamable HTTP transports.",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "ikea-mcp": "dist/index.js"
  },
  "files": [
    "dist/",
    "Procfile"
  ],
  "keywords": [
    "mcp",
    "ikea",
    "model-context-protocol",
    "stock",
    "inventory"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/taejin5314/ikea-mcp.git"
  },
  "homepage": "https://github.com/taejin5314/ikea-mcp#readme",
  "bugs": {
    "url": "https://github.com/taejin5314/ikea-mcp/issues"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "dev:http": "tsx src/http.ts",
    "start": "node dist/index.js",
    "start:http": "node dist/http.js",
    "smoke": "node smoke.mjs",
    "smoke:http": "node smoke-http.mjs",
    "test": "node --import tsx/esm --test test/unit.test.ts",
    "typecheck": "tsc -p tsconfig.test.json"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  }
}
