{ "name": "ghostfree", "version": "0.2.0", "mcpName": "io.github.shane-js/ghostfree", "description": "MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.", "type": "module", "bin": { "ghostfree": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "test:integration": "vitest run --config vitest.integration.config.ts", "prepublishOnly": "npm run build && npm test && npm run test:integration" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "fast-xml-parser": "^4.5.3", "js-yaml": "^4.1.0", "smol-toml": "^1.3.1", "zod": "^3.24.2" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^22.14.0", "tsup": "^8.5.1", "tsx": "^4.19.3", "typescript": "^5.8.3", "vitest": "^3.1.1" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "security", "cve", "osv", "vulnerability" ], "license": "MIT", "author": "Shane Hughes", "homepage": "https://github.com/shane-js/ghostfree#readme", "repository": { "type": "git", "url": "https://github.com/shane-js/ghostfree.git" }, "bugs": { "url": "https://github.com/shane-js/ghostfree/issues" } }