{
	"name": "@argusai/cli",
	"version": "0.1.2",
	"description": "Debug, replay, and understand every MCP tool call - Datadog for MCPs",
	"type": "module",
	"main": "dist/app/cli/index.js",
	"bin": {
		"argus": "dist/app/cli/index.js"
	},
	"files": [
		"dist/**/*",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"build": "tsc && npm run build:ui",
		"build:cli": "tsc",
		"build:ui": "vite build --config web/vite.config.ts",
		"prepublishOnly": "npm run build",
		"dev:test-server": "tsx src/devtools/test-server.ts",
		"dev:ui": "vite --config web/vite.config.ts",
		"start": "tsx src/app/cli/index.ts",
		"inspect": "tsx src/app/cli/index.ts",
		"call": "tsx src/devtools/test-client.ts"
	},
	"keywords": [
		"mcp",
		"model-context-protocol",
		"debugging",
		"monitoring",
		"proxy",
		"devtools",
		"ai",
		"llm",
		"claude",
		"argus"
	],
	"author": "Harsha Bikkavilli",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/harshabikkavilli/argus.git"
	},
	"homepage": "https://github.com/harshabikkavilli/argus#readme",
	"bugs": {
		"url": "https://github.com/harshabikkavilli/argus/issues"
	},
	"engines": {
		"node": ">=18.0.0"
	},
	"dependencies": {
		"@modelcontextprotocol/sdk": "^1.25.1",
		"chalk": "^5.6.2",
		"commander": "^13.1.0",
		"express": "^5.2.1",
		"sql.js": "^1.11.0",
		"uuid": "^13.0.0"
	},
	"devDependencies": {
		"@tanstack/react-query": "^5.90.16",
		"@types/express": "^5.0.6",
		"@types/node": "^25.0.3",
		"@types/react": "^19.0.0",
		"@types/react-dom": "^19.0.0",
		"@types/sql.js": "^1.4.9",
		"@types/uuid": "^10.0.0",
		"@vitejs/plugin-react": "^4.3.3",
		"autoprefixer": "^10.4.20",
		"postcss": "^8.4.49",
		"react": "^19.2.3",
		"react-dom": "^19.2.3",
		"tailwindcss": "^3.4.17",
		"tsx": "^4.21.0",
		"typescript": "^5.9.3",
		"vite": "^5.4.11"
	}
}
