UNPKG

mcp-npm-server-helper

Version:

A secure MCP server with tools to help publish npm packages.

57 lines (56 loc) 1.33 kB
{ "name": "mcp-npm-server-helper", "version": "1.0.7", "description": "A secure MCP server with tools to help publish npm packages.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "npm-helper-mcp-server": "dist/index.js" }, "scripts": { "start": "node dist/index.js", "build": "tsc", "dev": "ts-node src/index.ts", "watch": "tsc --watch", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "npm", "automation", "publish", "AI", "model-context-protocol", "secure" ], "author": "Luis Castillo", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "rimraf": "^6.0.1", "ts-node": "^10.9.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/luiscastillo/npm-helper-mcp-server.git" }, "bugs": { "url": "https://github.com/luiscastillo/npm-helper-mcp-server/issues" }, "homepage": "https://github.com/luiscastillo/npm-helper-mcp-server#readme" }