{
  "name": "@olo/pay",
  "version": "2.3.0",
  "author": "Olo",
  "type": "module",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "module": "./dist/olo-pay.es.js",
  "types": "./dist/index.d.ts",
  "main": "./dist/olo-pay.umd.js",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build:example": "tsc && vite build -- ui",
    "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "test:unit": "vitest",
    "test:unit:ci": "vitest run",
    "test:ui": "npx playwright test --config=playwright.config.ts",
    "test:ui:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'npm run dev' https://localhost:4213 'npm run test:ui'",
    "test:ui:debug": "npx playwright test --debug --config=playwright.config.ts",
    "test:ui:install": "npx playwright install && npx playwright install-deps",
    "test:ui:install:ci": "npx playwright install chromium && npx playwright install-deps"
  },
  "dependencies": {
    "@stripe/stripe-js": "^8.7.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.57.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/node": "^22.13.9",
    "@types/react": "^18.2.14",
    "@types/react-dom": "^18.2.6",
    "@typescript-eslint/eslint-plugin": "^8.48.0",
    "@typescript-eslint/parser": "^8.54.0",
    "@vitejs/plugin-basic-ssl": "^2.1.4",
    "@vitejs/plugin-react": "^5.1.2",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^8.44.0",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.26",
    "jsdom": "^27.4.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router": "^7.13.0",
    "react-router-dom": "^7.11.0",
    "start-server-and-test": "^2.1.3",
    "typescript": "^5.9.3",
    "vite": "^7.1.12",
    "vitest": "^3.2.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "volta": {
    "npm": "11.6.0",
    "node": "22.19.0"
  }
}