{ "name": "@mikusnuz/npm-mcp", "version": "1.2.1", "mcpName": "io.github.mikusnuz/npm", "description": "MCP server for npm package management — publish, version, search, audit, and more from your AI assistant", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "npm-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "npm", "package-management", "model-context-protocol", "publish", "registry" ], "author": "plumbug", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mikusnuz/npm-mcp.git" }, "homepage": "https://github.com/mikusnuz/npm-mcp#readme", "bugs": { "url": "https://github.com/mikusnuz/npm-mcp/issues" }, "engines": { "node": ">=18" }, "files": [ "dist/**/*", "LICENSE", "README.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" } }