{
    "name": "paytools-3ds",
    "version": "3.2.0-beta.3",
    "description": "3D secure implementation with a single line of code",
    "scripts": {
        "bundle": "npx dts-bundle-generator -o dist/index.d.ts build/types/threeDs.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"
    ],
    "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",
        "Standalone 3DS",
        "Card authentication",
        "Payment authentication"
    ],
    "devDependencies": {
        "@jest/globals": "^29.7.0",
        "dts-bundle-generator": "^9.3.1",
        "jest-canvas-mock": "^2.5.2",
        "jest-environment-jsdom": "^29.7.0",
        "terser-webpack-plugin": "^5.3.11",
        "ts-jest": "^29.1.2",
        "ts-loader": "^9.5.2",
        "typescript": "^5.5.4",
        "webpack": "^5.97.1",
        "webpack-cli": "^5.1.4",
        "webpack-dev-server": "^5.2.0"
    },
    "dependencies": {
        "deflate-js": "^0.2.3"
    }
}
