{
  "name": "@fung-sdk/checkout",
  "version": "1.10.24",
  "description": "",
  "types": "./dist/types/index.d.ts",
  "main": "./dist/index.js",
  "scripts": {
    "clean": "rm -rf ./dist",
    "lint": "eslint . --ext .ts --fix",
    "test": "jest",
    "build": "npm run clean && npm run build:esm && npm run build:cjs",
    "build:esm": "tsc -p ./tsconfig.esm.json && mv ./dist/esm/index.js ./dist/esm/index.mjs && echo '{ \"type\": \"module\" }' > ./dist/esm/package.json",
    "build:cjs": "tsc -p ./tsconfig.json",
    "prepack": "npm run build",
    "pre-commit": "npm run lint && npm run test && npm run build"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/types/index.d.ts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "files": [
    "dist/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fung-money/fung-sdk.git",
    "directory": "packages/checkout"
  },
  "homepage": "https://github.com/fung-money/fung-sdk/packages/checkout#readme",
  "author": "Fung Payments",
  "license": "ISC",
  "devDependencies": {
    "@jest/globals": "^29.5.0",
    "@types/dompurify": "^3.0.5",
    "@types/iframe-resizer": "^3.5.10",
    "@types/jest": "^29.4.0",
    "@types/jsdom": "^21.1.0",
    "@typescript-eslint/eslint-plugin": "^5.54.1",
    "@typescript-eslint/parser": "^5.54.1",
    "eslint": "^8.36.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-standard-with-typescript": "^34.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^15.6.1",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-require-extensions": "^0.1.2",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "jsdom": "^21.1.1",
    "ts-jest": "^29.0.5",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "dompurify": "^3.1.6",
    "eventemitter2": "^6.4.9",
    "iframe-resizer": "^4.3.7"
  },
  "gitHead": "b7be2ee78afe1f702aaea4fdcf06638d5a04c10d"
}
