{ "name": "mantis-mcp", "mcpName": "io.github.kahlilashanti/mantis-mcp", "version": "1.1.0", "description": "Build proven high converting product showrooms and websites from your existing ecommerce catalog", "main": "dist/index.js", "type": "module", "bin": { "mantis-mcp": "dist/index.js", "mantis-mcp-stdio": "mantis-mcp-portable.sh" }, "preferGlobal": true, "scripts": { "build": "tsc", "build:cli": "tsc && chmod +x dist/cli/install.js", "dev": "tsx watch src/index.ts", "dev:api": "tsx watch src/web-api.ts", "start": "node dist/index.js", "start:api": "node dist/web-api.js", "mcp": "node dist/index.js", "test": "jest", "lint": "eslint src/**/*.ts", "prepublishOnly": "npm run build:cli" }, "keywords": [ "mcp", "mantis", "3d", "xr", "commerce", "sdk", "cli", "claude-desktop" ], "author": "Mantis XR", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kahlilashanti/mantis-mcp.git" }, "homepage": "https://github.com/kahlilashanti/mantis-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "zod": "^3.22.4", "chalk": "^5.3.0", "commander": "^11.1.0", "inquirer": "^9.2.12", "ora": "^7.0.1", "express": "^4.18.2", "cors": "^2.8.5" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.0", "@types/inquirer": "^9.0.7", "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "eslint": "^8.56.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "tsx": "^4.7.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/", "README.md", "DEMO.md", "mcp.json", "mantis-mcp-portable.sh" ] }