package.json•1.41 kB
{
"name": "@pebbletek/cribl-mcp",
"version": "0.1.12",
"description": "MCP Server for Cribl API Interaction",
"main": "dist/server.js",
"bin": {
"cribl-mcp": "dist/server.js"
},
"type": "module",
"scripts": {
"build": "tsc && chmod +x dist/server.js",
"start": "node dist/server.js",
"dev": "node --loader ts-node/esm src/server.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pebbletek/cribl-mcp.git"
},
"keywords": [
"mcp",
"cribl",
"ai"
],
"author": "Your Name or Org",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/pebbletek/cribl-mcp/issues"
},
"homepage": "https://github.com/pebbletek/cribl-mcp#readme",
"devDependencies": {
"@types/node": "^20.14.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"directories": {
"doc": "docs"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"acorn": "^8.14.1",
"acorn-walk": "^8.3.4",
"arg": "^4.1.3",
"axios": "^1.7.2",
"create-require": "^1.1.1",
"diff": "^4.0.2",
"dotenv": "^16.4.5",
"make-error": "^1.3.6",
"undici-types": "^6.21.0",
"v8-compile-cache-lib": "^3.0.1",
"yn": "^3.1.1",
"zod": "^3.23.8"
},
"engines": {
"node": ">=18.0.0"
}
}