package.json•1.15 kB
{
"name": "@gesslar/fluffos-mcp",
"version": "0.1.3",
"description": "MCP server for FluffOS driver tools - validate and disassemble LPC code",
"main": "src/index.js",
"type": "module",
"bin": {
"fluffos-mcp": "./src/index.js"
},
"scripts": {
"start": "node src/index.js",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"submit": "npm publish --access public",
"update": "npx npm-check-updates -u && npm install",
"pr": "gt submit --publish --restack --ai -m",
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major"
},
"keywords": [
"fluffos",
"lpc",
"mud",
"mcp",
"model-context-protocol",
"kraft",
"dinner",
"white",
"cheddar"
],
"author": "gesslar",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/gesslar/fluffos-mcp.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.2"
},
"devDependencies": {
"@eslint/js": "^9.39.0",
"@stylistic/eslint-plugin": "^5.5.0",
"eslint-plugin-jsdoc": "^61.1.11",
"globals": "^16.5.0"
}
}