{ "name": "npm-run-mcp-server", "version": "0.2.13", "mcpName": "io.github.fstubner/npm-run-mcp-server", "description": "An MCP server that exposes package.json scripts as tools for agents.", "bin": { "npm-run-mcp-server": "dist/index.js" }, "type": "module", "exports": { ".": "./dist/index.js" }, "files": [ "dist/index.js", "dist/index.d.ts", "dist/index.d.ts.map", "npm-run-mcp.config.schema.json" ], "scripts": { "build": "node scripts/build.cjs", "start": "node ./dist/index.js", "test:integration": "node scripts/integration-test.mjs", "test": "node dist/index.js --list-scripts && node scripts/integration-test.mjs && echo 'MCP server test completed successfully'", "prepublishOnly": "npm run build" }, "engines": { "node": ">=18.18.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", "cross-spawn": "^7.0.5", "jsonc-parser": "^3.3.1", "zod": "^3.23.8" }, "bundledDependencies": [ "zod" ], "devDependencies": { "typescript": "^5.4.0", "@types/node": "^20.14.9", "@types/cross-spawn": "^6.0.6" }, "keywords": [ "mcp", "model-context-protocol", "agent", "npm", "scripts", "ai", "claude", "cursor", "copilot", "automation" ], "author": "fstubner", "repository": { "type": "git", "url": "git+https://github.com/fstubner/npm-run-mcp-server.git" }, "bugs": { "url": "https://github.com/fstubner/npm-run-mcp-server/issues" }, "homepage": "https://github.com/fstubner/npm-run-mcp-server#readme", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }