{ "name": "@noticed/cli", "version": "0.3.3", "description": "CLI and MCP server for noticed — search your developer network, trace connections, find the shortest path to anyone through GitHub and LinkedIn.", "keywords": [ "noticed", "cli", "mcp", "mcp-server", "model-context-protocol", "developer-intelligence", "github", "linkedin", "network-search" ], "homepage": "https://github.com/noticedso/cli#readme", "bugs": { "url": "https://github.com/noticedso/cli/issues" }, "repository": { "type": "git", "url": "git+https://github.com/noticedso/cli.git" }, "license": "MIT", "author": "noticed (https://noticed.so)", "type": "module", "engines": { "node": ">=20" }, "bin": { "noticed": "bin/noticed.js" }, "files": [ "dist", "bin", "skills", "plugin.json", ".claude-plugin", ".mcp.json", "server.json", "mcp.json", "README.md", "LICENSE" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./mcp": { "types": "./dist/mcp-server.d.ts", "default": "./dist/mcp-server.js" } }, "mcpName": "io.github.noticedso/cli", "scripts": { "build": "tsc", "check-types": "tsc --noEmit", "dev": "tsc --watch", "lint": "eslint src --max-warnings 0", "test": "vitest run", "prepublishOnly": "npm run check-types && npm run lint && npm run test && npm run build" }, "dependencies": { "chalk": "^5.4.1", "cli-table3": "^0.6.5", "commander": "^13.1.0", "conf": "^13.1.0", "open": "^10.1.0", "ora": "^8.2.0", "zod": "^3.25.11" }, "devDependencies": { "@eslint/js": "^9.31.0", "@types/node": "^22.15.30", "eslint": "^9.31.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-unused-imports": "^4.1.4", "typescript": "5.8.2", "typescript-eslint": "^8.37.0", "vitest": "^4.0.16" } }