UNPKG

paytools-3ds

Version:

3D secure implementation with a single line of code

50 lines (49 loc) 1.49 kB
{ "name": "paytools-3ds", "version": "3.2.5", "description": "3D secure implementation with a single line of code", "scripts": { "bundle": "rollup -c rollup.config.dts.mjs", "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" ], "author": { "name": "Yehuda Alon", "email": "yehuda@pcibooking.net", "url": "https://www.pcibooking.net" }, "license": "To be used with the Pci Booking Orchestra service", "keywords": [ "PCI Booking", "Orchestra", "3D Secure", "3DS", "Standalone 3D Secure", "Card authentication", "Payment authentication" ], "devDependencies": { "@jest/globals": "^29.7.0", "@rollup/plugin-typescript": "^12.3.0", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "rollup": "^4.53.2", "rollup-plugin-dts": "^6.2.3", "terser-webpack-plugin": "^5.3.11", "ts-jest": "^29.1.2", "ts-loader": "^9.5.2", "typescript": "^5.9.3", "webpack": "^5.97.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.2.0" }, "dependencies": { "deflate-js": "^0.2.3" } }