{
  "name": "react-square-web-payments-sdk",
  "version": "3.3.0",
  "homepage": "https://weareseeed.github.io/react-square-web-payments-sdk/",
  "bugs": {
    "url": "https://github.com/weareseeed/react-square-web-payments-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:weareseeed/react-square-web-payments-sdk.git"
  },
  "license": "MIT",
  "author": "Seeed LLC. <sales@seeed.us> (https://seeed.us)",
  "contributors": [
    {
      "name": "Daniel Esteves",
      "email": "me+github@danestves.com",
      "url": "https://danestves.com"
    },
    {
      "name": "Gabriel De Andrade",
      "email": "gabrieldeandradeleal@gmail.com"
    }
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs.js",
      "import": "./dist/index.es.mjs"
    }
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.mjs",
  "types": "dist/index.d.ts",
  "directories": {
    "src": "src"
  },
  "files": [
    "LICENSE.md",
    "README.md",
    "dist",
    "package.json"
  ],
  "scripts": {
    "prebuild": "yarn clean",
    "build": "run-p build:*",
    "build:scripts": "vite build",
    "build:types": "tsc --emitDeclarationOnly -p ./tsconfig.build.json && tsc-alias",
    "clean": "rimraf dist",
    "coverage": "vitest run --coverage",
    "dev": "vite",
    "format": "prettier --write 'src/**/*.{ts,tsx}'",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "preview": "vite preview",
    "prepublishOnly": "yarn build",
    "test": "vitest run",
    "size": "size-limit",
    "size:why": "size-limit --why"
  },
  "dependencies": {
    "@square/web-sdk": "^2.1.0",
    "@stitches/react": "^1.2.8"
  },
  "devDependencies": {
    "@size-limit/preset-big-lib": "^8.0.0",
    "@size-limit/webpack-why": "^8.0.0",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^16.3.0",
    "@types/node": "^18.6.3",
    "@types/react": "^18.0.15",
    "@typescript-eslint/eslint-plugin": "^5.31.0",
    "@typescript-eslint/parser": "^5.31.0",
    "@vitejs/plugin-react": "^2.0.0",
    "c8": "^7.12.0",
    "eslint": "^8.20.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.30.1",
    "jsdom": "^20.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "prettier-plugin-jsdoc": "^0.3.38",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rimraf": "^3.0.2",
    "size-limit": "^8.0.0",
    "tsc-alias": "^1.7.0",
    "typescript": "^4.7.4",
    "vite": "^3.0.4",
    "vite-tsconfig-paths": "^3.5.0",
    "vitest": "^0.20.2"
  },
  "peerDependencies": {
    "react": "^16 || ^17 || ^18 || ^19"
  },
  "publishConfig": {
    "access": "public"
  }
}
