package.json•1.12 kB
{
"name": "@roeej/seq-mcp",
"version": "0.1.0",
"description": "MCP server for querying SEQ structured logging",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"test": "vitest",
"lint": "eslint src",
"typecheck": "tsc --noEmit"
},
"keywords": [
"mcp",
"seq",
"logging",
"observability"
],
"author": "RoeeJ",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RoeeJ/seq-mcp.git"
},
"bugs": {
"url": "https://github.com/RoeeJ/seq-mcp/issues"
},
"homepage": "https://github.com/RoeeJ/seq-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0",
"vitest": "^1.0.0"
},
"engines": {
"node": ">=18"
}
}