{ "name": "@hanoak/pexels-mcp-server", "version": "1.0.2", "mcpName": "io.github.hanoak/pexels-mcp-server", "description": "Production-ready Model Context Protocol (MCP) server for the Pexels API — search and browse photos and videos, with license-aware usage guidance. Unofficial; not affiliated with or endorsed by Pexels.", "keywords": [ "mcp", "modelcontextprotocol", "model-context-protocol", "mcp-server", "pexels", "pexels-api", "images", "photos", "videos", "stock-photos", "claude", "ai", "llm" ], "license": "MIT", "author": "Hanoak S", "type": "module", "engines": { "node": ">=20" }, "bin": { "pexels-mcp-server": "dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "sideEffects": false, "files": [ "dist", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/hanoak/pexels-mcp-server.git" }, "homepage": "https://github.com/hanoak/pexels-mcp-server#readme", "bugs": { "url": "https://github.com/hanoak/pexels-mcp-server/issues" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "check": "npm run typecheck && npm run lint && npm run format:check && npm run test", "check:package": "npm run build && publint && attw --pack . --profile esm-only", "audit:prod": "npm audit --omit=dev --audit-level=high", "license:check": "license-checker-rseidelsohn --production --onlyAllow \"MIT;ISC;BSD-2-Clause;BSD-3-Clause;Apache-2.0;0BSD;CC0-1.0;Unlicense;BlueOak-1.0.0;Python-2.0\"", "changeset": "changeset", "release": "changeset publish", "prepublishOnly": "npm run build", "prepare": "husky" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.4.3" }, "devDependencies": { "@arethetypeswrong/cli": "^0.18.5", "@changesets/cli": "^2.31.1", "@commitlint/cli": "^21.2.1", "@commitlint/config-conventional": "^21.2.0", "@eslint/js": "^10.0.1", "@types/node": "^20.19.43", "@vitest/coverage-v8": "^4.1.10", "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8", "globals": "^17.7.0", "husky": "^9.1.7", "license-checker-rseidelsohn": "^5.0.1", "lint-staged": "^17.3.0", "prettier": "^3.9.6", "publint": "^0.3.22", "tsup": "^8.5.1", "typescript": "^6.0.3", "typescript-eslint": "^8.65.0", "vitest": "^4.1.10" } }