UNPKG

@djodjonx/dependency-checker-mcp

Version:

MCP server to check dependencies against OSV.dev and Socket.dev

69 lines (68 loc) 1.65 kB
{ "name": "@djodjonx/dependency-checker-mcp", "version": "1.3.1", "description": "MCP server to check dependencies against OSV.dev and Socket.dev", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "dependency-checker-mcp": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsdown", "dev": "tsdown --watch", "start": "node ./dist/index.js", "test": "vitest run", "lint": "oxlint src tests", "commit": "cz", "prepare": "husky", "release": "node scripts/release.js", "prepublishOnly": "npm run test && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/djodjonx/dependency-checker-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "dependency-check", "security", "osv", "socket" ], "author": "Jonathan", "license": "MIT", "publishConfig": { "access": "public" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "@yarnpkg/lockfile": "^1.1.0", "axios": "^1.13.2", "js-yaml": "^4.1.1", "zod": "^3.23.8" }, "devDependencies": { "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@types/js-yaml": "^4.0.9", "@types/node": "^24.10.1", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", "husky": "^9.1.7", "oxlint": "^1.30.0", "standard-version": "^9.5.0", "tsdown": "^0.16.7", "typescript": "^5.9.3", "vitest": "^4.0.14" } }