{
  "name": "@monei-js/components",
  "version": "2.2.0",
  "author": "MONEI <support@monei.com> (https://monei.com)",
  "description": "MONEI UI Components enable you to collect sensitive payment information using customizable UI components.",
  "homepage": "https://monei.com",
  "license": "MIT",
  "contributors": [
    "Dmitriy Nevzorov <dn@monei.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/MONEI/monei-js",
    "directory": "packages/components"
  },
  "keywords": [
    "monei",
    "payment gateway",
    "payment processing",
    "credit cards",
    "tokenisation",
    "card input",
    "react",
    "components"
  ],
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./types/component": {
      "types": "./src/bridge/types.ts"
    }
  },
  "files": [
    "dist",
    "src/bridge/types.ts"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "start": "pnpm --workspace-root run sandbox:components",
    "start:ui": "portless components vp dev",
    "dev": "vp pack --watch",
    "dev:prod": "STAGE=prod vp pack --watch",
    "build": "vp pack",
    "build:prod": "STAGE=prod vp pack",
    "prepack": "STAGE=prod vp pack",
    "test": "vp test --passWithNoTests",
    "release": "release-it"
  },
  "devDependencies": {
    "@monei-js/shared": "workspace:*",
    "@release-it/conventional-changelog": "10.0.6",
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "@thumbmarkjs/thumbmarkjs": "^1.7.4",
    "penpal": "^7.0.6",
    "release-it": "^19.2.4",
    "tslib": "^2.2.0",
    "typescript": "~5.9.3",
    "vite-plus": "0.1.14"
  },
  "dependencies": {
    "csstype": "^3.0.5"
  }
}
