{
  "name": "k-mfds-fooddb-mcp-server",
  "version": "1.0.7",
  "type": "module",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/slicequeue/k-mfds-fooddb-mcp-server.git"
  },
  "homepage": "https://github.com/slicequeue/k-mfds-fooddb-mcp-server#readme",
  "bugs": {
    "url": "https://github.com/slicequeue/k-mfds-fooddb-mcp-server/issues"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "food",
    "nutrition",
    "korea",
    "mfds",
    "식품의약품안전처",
    "식품영양성분",
    "한국"
  ],
  "author": "slicequeue",
  "license": "ISC",
  "description": "식품의약품안전처 식품영양성분DB를 MCP 도구로 제공합니다.",
  "bin": {
    "k-mfds-fooddb-mcp-server": "./dist/index.js"
  },
  "scripts": {
    "build": "tsup",
    "start": "node dist/index.js",
    "dev": "npm run build && npm run start",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.16.0",
    "axios": "^1.10.0",
    "dotenv": "^16.4.5",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/dotenv": "^8.2.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^24.0.15",
    "esbuild": "^0.20.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "tsup": "^8.0.0",
    "typescript": "^5.8.3"
  }
}
