{
	"name": "@logspace/mcp-server",
	"version": "1.7.9",
	"description": "MCP server for Logspace log analysis integration with AI models.",
	"type": "module",
	"main": "dist/index.js",
	"bin": {
		"logspace-mcp": "dist/index.js"
	},
	"files": [
		"dist/**/*.js",
		"dist/**/*.d.ts",
		"dist/**/*.js.map",
		"README.md"
	],
	"scripts": {
		"build": "tsc && chmod +x dist/index.js",
		"prepublishOnly": "npm run build",
		"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'dist','index.js'),0o755)}catch(e){}\"",
		"dev": "tsc --watch",
		"start": "node dist/index.js"
	},
	"engines": {
		"node": ">=18.0.0"
	},
	"keywords": [
		"mcp",
		"model-context-protocol",
		"logspace",
		"debugging",
		"github-copilot"
	],
	"author": "",
	"license": "MIT",
	"dependencies": {
		"@modelcontextprotocol/sdk": "^1.0.0",
		"axios": "^1.7.7",
		"jsonwebtoken": "^9.0.2",
		"zod": "^3.23.8"
	},
	"devDependencies": {
		"@types/jsonwebtoken": "^9.0.10",
		"@types/node": "^22.5.0",
		"esbuild": "^0.25.12",
		"typescript": "^5.5.4"
	},
	"peerDependencies": {
		"playwright": "^1.40.0"
	},
	"peerDependenciesMeta": {
		"playwright": {
			"optional": true
		}
	},
	"types": "./dist/index.d.ts"
}
