bluetime-ewallet
Version:
BlueTime Orchestra library for eWallet payments (GooglePay, Applepay, payPal, Banks...)
51 lines (50 loc) • 1.41 kB
JSON
{
"name": "bluetime-ewallet",
"version": "1.0.6-beta.1",
"description": "BlueTime Orchestra library for eWallet payments (GooglePay, Applepay, payPal, Banks...)",
"scripts": {
"bundle": "npx dts-bundle-generator -o dist/index.d.ts build/types/engine.d.ts",
"build": "webpack --config webpack.config.js --mode production",
"dev": "webpack --mode development",
"test": "jest",
"publish-npm": "npm run build && npm run bundle && npm publish --ignore-existing"
},
"files": [
"./dist/index.d.ts",
"./dist/index.js"
],
"keywords": [
"PCI Booking",
"Orchestra",
"BlueTime",
"3D Secure",
"3DS",
"Card authentication",
"Payment Orchestration",
"Google Pay",
"Apple Pay",
"PayPal",
"Bank transfer"
],
"author": "Yehuda Alon",
"license": "ISC",
"devDependencies": {
"@babel/types": "^7.26.7",
"@jest/globals": "^29.7.0",
"dts-bundle-generator": "^9.5.1",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@paypal/paypal-js": "^8.2.0",
"@types/applepayjs": "^14.0.9",
"@types/googlepay": "^0.7.6",
"cross-fetch": "^4.1.0",
"deflate-js": "^0.2.3",
"paytools-3ds": "^3.2.0-beta.4"
}
}