{
  "name": "@line/line-bot-mcp-server",
  "version": "0.5.0",
  "description": "MCP server for interacting with your LINE Official Account",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "module": "./dist/index.js",
  "bin": {
    "line-bot-mcp-server": "./dist/index.js"
  },
  "files": [
    "dist",
    "richmenu-template"
  ],
  "scripts": {
    "build": "npm run format:check && npm run typecheck:test && npm run clean && tsc && shx chmod +x dist/*.js",
    "prettier": "prettier \"src/**/*.ts\" \"test/**/*.ts\"",
    "format": "npm run prettier -- --write",
    "format:check": "npm run prettier -- -l",
    "clean": "rm -rf dist/*",
    "typecheck:test": "tsc --project tsconfig.test.json",
    "release": "npm run build && npm publish --provenance --access public",
    "check:publint": "publint",
    "test": "npm run build && vitest run",
    "test:watch": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:line/line-bot-mcp-server.git"
  },
  "keywords": [
    "line",
    "bot",
    "mcp"
  ],
  "homepage": "https://github.com/line/line-bot-mcp-server",
  "bugs": "https://github.com/line/line-bot-mcp-server/issues",
  "dependencies": {
    "@line/bot-sdk": "^11.0.1",
    "@marp-team/marp-cli": "^4.2.3",
    "@marp-team/marp-core": "^4.1.0",
    "@modelcontextprotocol/sdk": "^1.8.0",
    "puppeteer": "^24.27.0",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^24.9.2",
    "prettier": "3.8.3",
    "publint": "0.3.21",
    "shx": "^0.4.0",
    "tsx": "^4.19.3",
    "typescript": "^6.0.2",
    "vitest": "^4.0.0"
  },
  "license": "Apache-2.0"
}
