package.json•623 B
{
"name": "scenario-word",
"version": "0.0.1",
"description": "scenario-word MCP server",
"type": "module",
"bin": {
"scenario-word": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && mcp-build",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"dependencies": {
"dotenv": "^16.5.0",
"mcp-framework": "^0.2.2",
"sharp": "^0.34.1",
"uuid": "^11.1.0",
"ws": "^8.18.1"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/ws": "^8.18.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.19.0"
}
}