package.json•1.39 kB
{
"name": "@shuhary/satorify-mcp",
"version": "1.0.6",
"description": "MCP Server for Satori Syntax Generation (140-character X posts)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "jest",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"satori-Syntax",
"japanese",
"x-posts",
"claude-code",
"twitter",
"x",
"X",
"さとり構文",
"さとり構文生成",
"投稿生成",
"投稿生成MCP",
"投稿生成MCPサーバー",
"X投稿生成",
"Xの投稿生成",
"Xの投稿を成",
"Xの投稿"
],
"author": "nogu",
"repository": {
"type": "git",
"url": "git+https://github.com/nogu66/satorify-mcp.git"
},
"homepage": "https://github.com/nogu66/satorify-mcp#readme",
"bugs": {
"url": "https://github.com/nogu66/satorify-mcp/issues"
},
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0",
"ts-jest": "^29.0.0"
},
"bin": {
"satorify-mcp": "dist/index.js"
}
}