@comgate/checkout-js
Version:
Loading wrapper for Comgate Checkout library.
79 lines (78 loc) • 2.09 kB
JSON
{
"name": "@comgate/checkout-js",
"version": "2.0.11",
"revision": "b4b3507",
"description": "Loading wrapper for Comgate Checkout library.",
"author": "Comgate a.s. <dev(at)comgate(dot)cz>",
"license": "MIT",
"public": true,
"type": "module",
"homepage": "https://apidoc.comgate.cz/en/checkout/uvod-checkout",
"contributors": [
"Dominik Janák (https://github.com/janakdom)"
],
"keywords": [
"comgate",
"payments",
"checkout",
"library",
"sdk",
"loader",
"applepay",
"googlepay",
"card"
],
"files": [
"dist"
],
"engines": {
"node": ">=16",
"npm": ">=7"
},
"main": "./dist/comgate-checkout-js.es.js",
"module": "./dist/comgate-checkout-js.es.js",
"exports": {
".": {
"import": "./dist/comgate-checkout-js.es.js",
"require": "./dist/comgate-checkout-js.es.js"
}
},
"scripts": {
"dev": "vite",
"build": "npm run build:lib && npm run build:cdn",
"build:lib": "vite build",
"build:cdn": "vite build --config vite.cdn.config.mts",
"build:watch": "vite build --watch",
"prepare-publish": "scripts/prepare-publish.sh",
"npm-publish": "scripts/publish.sh",
"lint-test": "eslint --ext .json,.js,.ts src --color",
"lint-fix": "eslint --ext .json,.js,.ts src --color --fix",
"test-unit": "vitest run",
"test-unit-watcher": "vitest watch",
"test-unit-ui": "vitest --ui --open"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.0.6",
"@vitest/ui": "^3.0.6",
"jsdom": "^26.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"terser": "^5.39.0",
"typescript": "^5.7.3",
"vite": "^6.1.1",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.6",
"@comgate/checkout-google-pay": "file:../checkout-google-pay",
"@comgate/checkout-apple-pay": "file:../checkout-apple-pay",
"@comgate/checkout-core": "file:../checkout-core"
},
"browserslist": [
"> 0.1%",
"not IE 11",
"last 7 years",
"Firefox ESR",
"not dead",
"not OperaMini all",
"iOS >= 12.2",
"Android >= 5"
]
}