@phystack/checkout-react
Version:
39 lines (38 loc) • 879 B
JSON
{
"name": "@phystack/checkout-react",
"version": "4.4.69",
"main": "dist/index.js",
"author": "PhyStack.com",
"keywords": [
"ombori checkout",
"phygrid checkout sdk",
"ombori self checkout",
"stripe online checkout",
"adyen card payment"
],
"scripts": {
"build": "rimraf dist && tsc",
"format": "prettier --write \"src/**/*.{ts,js,json,md}\"",
"format:check": "prettier --check \"src/**/*.{ts,js,json,md}\"",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@phystack/checkout": "4.4.69"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=20.0.0"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"gitHead": "7738b2e0b2298e7cd0f7399292b399fc67ae4c2e"
}