{
  "name": "sap-commerce-sdk",
  "version": "1.0.0",
  "description": "A TypeScript SDK for SAP Commerce Cloud storefront integration.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/your-org/sap-commerce-sdk.git"
  },
  "author": "Your Name",
  "license": "MIT",
  "keywords": [
    "sap",
    "commerce",
    "sdk",
    "typescript",
    "b2b",
    "b2c"
  ],
  "dependencies": {
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@types/node": "^22.15.30",
    "jest": "^29.0.0",
    "swagger-typescript-api": "^12.0.4",
    "typescript": "^5.0.0"
  }
}
