{
	"name": "server-watch-mcp",
	"version": "0.1.6",
	"description": "A Model Context Protocol (MCP) server for watching and monitoring server resources",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"bin": {
		"server-watch-mcp": "dist/index.js"
	},
	"scripts": {
		"build": "tsc && tsc-alias",
		"dev": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w\"",
		"clean": "rm -rf dist",
		"prepare": "pnpm run build",
		"start": "node dist/index.js",
		"lint": "biome check --fix --unsafe",
		"typecheck": "tsc --noEmit",
		"test": "jest",
		"test:watch": "jest --watch",
		"test:integration": "jest --testPathPattern=integration",
		"precommit": "pnpm run lint && pnpm run typecheck",
		"preversion": "pnpm run lint",
		"version": "pnpm run lint && git add -A src",
		"postversion": "git push && git push --tags",
		"prepublishOnly": "pnpm run typecheck && pnpm run lint"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/BrennerSpear/server-watch-mcp.git"
	},
	"files": ["dist/**/*"],
	"keywords": [
		"MCP",
		"Model Context Protocol",
		"server",
		"monitoring",
		"watch",
		"Claude",
		"AI"
	],
	"author": "Brenner Spear",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/BrennerSpear/server-watch-mcp/issues"
	},
	"homepage": "https://github.com/BrennerSpear/server-watch-mcp#readme",
	"dependencies": {
		"@modelcontextprotocol/sdk": "^1.0.0",
		"express": "^5.1.0",
		"zod": "^3.23.0"
	},
	"devDependencies": {
		"@types/express": "^5.0.3",
		"@types/jest": "^29.0.0",
		"@types/node": "^20.0.0",
		"concurrently": "^9.1.2",
		"jest": "^29.0.0",
		"ts-jest": "^29.0.0",
		"tsc-alias": "^1.8.16",
		"typescript": "^5.0.0"
	},
	"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}
