{
  "name": "uber-direct-sdk",
  "version": "1.5.0",
  "description": "SDK for the Uber’s delivery APIs enable merchants to integrate their own apps & services with Uber Direct order delivery",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "contributors": [
    "Daniel Hammami <daniel@moins.tech>"
  ],
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "new-version": "changeset && npx changeset version && npm i",
    "tsup": "tsup --dts --format cjs,esm --external axios,jssha,zod",
    "manual-publish": "npm run lint && npm run tsup && changeset publish",
    "lint": "eslint --fix",
    "lint-ci": "eslint"
  },
  "keywords": [
    "SDK",
    "uber",
    "delivery"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexandreL/UberDirectSDK.git"
  },
  "website": "https://github.com/alexandreL/UberDirectSDK",
  "author": "Alexandre Loubeyres",
  "license": "ISC",
  "devDependencies": {
    "@changesets/cli": "^2.27.9",
    "@eslint/js": "^9.13.0",
    "@stylistic/eslint-plugin": "^2.9.0",
    "@stylistic/eslint-plugin-ts": "^2.9.0",
    "@typescript-eslint/eslint-plugin": "^8.11.0",
    "@typescript-eslint/parser": "^8.11.0",
    "eslint": "^9.13.0",
    "eslint-plugin-import": "^2.31.0",
    "globals": "^15.11.0",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.11.0"
  },
  "dependencies": {
    "axios": "^1.7.7",
    "jssha": "^3.3.1",
    "type-fest": "^4.26.1",
    "zod": "^3.23.8"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  }
}
