{
  "name": "@pinkpixel/npm-helper-mcp",
  "version": "2.0.5",
  "description": "A Model Context Protocol server for NPM dependency management",
  "main": "dist/index.js",
	"type": "module",
	"bin": {
		"npm-helper-mcp": "dist/index.js"
	},
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsc -w",
    "lint": "eslint .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
		"type": "git",
		"url": "git+https://github.com/pinkpixel-dev/npm-helper-mcp.git"
	},
  "keywords": [
    "mcp",
    "npm",
    "dependency",
    "management",
    "npm-check-updates"
  ],
  "author": "PinkPixel",
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	},
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.11.1",
    "axios": "^1.9.0",
    "npm-check-updates": "^18.0.1",
    "chalk": "^5.4.1",
    "cheerio": "^1.0.0",
    "commander": "^13.1.0",
    "fs-extra": "^11.3.0",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "@types/node": "^22.15.17",
    "@types/fs-extra": "^11.0.4",
    "typescript": "^5.8.3",
    "eslint": "^9.26.0",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0"
  }
} 