{
  "name": "@spryker-sdk/spryker-mcp-server",
  "version": "0.0.1",
  "description": "AI-powered e-commerce server that enables intelligent shopping assistants for Spryker Commerce OS platforms",
  "type": "module",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "bin": {
    "spryker-mcp-server": "./bin/spryker-mcp-server.js"
  },
  "files": [
    "dist/src/",
    "bin/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/spryker-sdk/spryker-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/spryker-sdk/spryker-mcp-server/issues"
  },
  "homepage": "https://github.com/spryker-sdk/spryker-mcp-server#readme",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "dev": "tsx src/index.ts",
    "start": "node bin/spryker-mcp-server.js",
    "start:stdio": "node bin/spryker-mcp-server.js --transport stdio",
    "start:http": "node bin/spryker-mcp-server.js --transport http --port 3000",
    "start:sse": "node bin/spryker-mcp-server.js --transport sse --port 3000",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts tests/**/*.ts",
    "lint:fix": "eslint src/**/*.ts tests/**/*.ts --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "type-check": "tsc --noEmit",
    "clean": "rm -rf dist coverage",
    "prepack": "npm run clean && npm run build",
    "validate": "npm run type-check && npm run lint && npm run format:check && npm run test",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "prepare": "npm run build",
    "security:audit": "npm audit --audit-level=moderate",
    "security:fix": "npm audit fix"
  },
  "keywords": [
    "ai",
    "artificial-intelligence",
    "e-commerce",
    "shopping-assistant",
    "spryker",
    "commerce",
    "retail",
    "mcp",
    "model-context-protocol",
    "chatbot",
    "virtual-assistant",
    "customer-service",
    "automation",
    "sales",
    "conversion",
    "personalization"
  ],
  "author": "Spryker SDK Team",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "axios": "^1.9.0",
    "dotenv": "^16.5.0",
    "zod": "^3.25.23"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.17.51",
    "@typescript-eslint/eslint-plugin": "^8.33.1",
    "@typescript-eslint/parser": "^8.33.1",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "prettier": "^3.5.3",
    "ts-jest": "^29.1.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  }
}
