UNPKG

@kakaopay-develop/mcp

Version:
67 lines (66 loc) 1.92 kB
{ "name": "@kakaopay-develop/mcp", "version": "0.1.2", "description": "KakaoPay MCP server", "bin": "dist/index.js", "files": [ "dist/index.js", "LICENSE", "README.md", "package.json" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "dev": "tsc --watch", "clean": "rm -rf dist", "lint": "eslint \"./**/*.ts*\"", "prettier": "prettier './**/*.{js,ts,md,html,css}' --write", "prettier-check": "prettier './**/*.{js,ts,md,html,css}' --check", "test": "jest", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js" }, "engines": { "node": ">=18" }, "dependencies": { "@kakaopay-develop/agent-toolkit": "0.1.1", "@modelcontextprotocol/sdk": "^1.6.1", "colors": "^1.4.0" }, "keywords": [ "mcp", "modelcontextprotocol", "kakaopay" ], "homepage": "https://github.com/kakaopay-develop/agent-toolkit/tree/main/modelcontextprotocol", "repository": { "type": "git", "url": "https://github.com/kakaopay-develop/agent-toolkit.git" }, "bugs": { "url": "https://github.com/kakaopay-develop/agent-toolkit/issues" }, "author": "KakaoPay <kakaopay.developer@kakaopaycorp.com>", "license": "MIT", "devDependencies": { "@eslint/compat": "^1.3.1", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.31.0", "@types/colors": "^1.1.3", "@types/jest": "^29.5.14", "@types/node": "^22.15.32", "@typescript-eslint/eslint-plugin": "^8.37.0", "@typescript-eslint/parser": "^8.37.0", "eslint": "^9.31.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-prettier": "^5.5.3", "globals": "^16.3.0", "jest": "^29.7.0", "nodemon": "^3.1.0", "prettier": "^3.6.2", "ts-jest": "^29.2.5", "ts-node": "^10.9.2" } }