{ "name": "dep-oracle", "version": "1.4.0", "mcpName": "io.github.ertugrulakben/dep-oracle", "description": "Predictive dependency security engine. Trust scores, zombie detection, blast radius analysis for your supply chain.", "type": "module", "bin": { "dep-oracle": "./dist/cli/index.js" }, "main": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js" }, "./mcp": { "import": "./dist/mcp/server.js" } }, "files": [ "dist", "action", "server.json", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run", "test:watch": "vitest", "lint": "tsc --noEmit", "scan": "node dist/cli/index.js scan", "mcp": "node dist/mcp/server.js", "prepack": "node -e \"try{require('fs').renameSync('README.tr.md','_README_TR.md')}catch(e){}\"", "postpack": "node -e \"try{require('fs').renameSync('_README_TR.md','README.tr.md')}catch(e){}\"", "prepublishOnly": "npm run build" }, "keywords": [ "security", "dependency", "supply-chain", "trust-score", "vulnerability", "zombie-dependency", "blast-radius", "typosquatting", "mcp", "claude-code", "npm-audit", "devsecops", "predictive-security" ], "author": "Ertugrul Akben (https://ertugrulakben.com)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ertugrulakben/dep-oracle.git" }, "homepage": "https://github.com/ertugrulakben/dep-oracle", "bugs": { "url": "https://github.com/ertugrulakben/dep-oracle/issues" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "chalk": "^5.3.0", "cli-table3": "^0.6.5", "commander": "^12.1.0", "cosmiconfig": "^9.0.0", "ora": "^8.1.0", "p-limit": "^6.1.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.0", "tsup": "^8.3.5", "typescript": "^5.7.0", "vitest": "^2.1.0" } }