UNPKG

@unchainedshop/plugins

Version:

Because of a Typescript issue with upstream "postfinancecheckout", the Postfinance plugin has been disabled from transpilation, import the source ts files from src and enable node_module tsc or copy over the src/payment/postfinance-checkout to your projec

169 lines (168 loc) 3.95 kB
{ "name": "@unchainedshop/plugins", "version": "3.1.15", "main": "lib/plugins-index.js", "types": "lib/plugins-index.d.ts", "exports": { "./*": "./lib/*" }, "type": "module", "scripts": { "clean": "tsc -b --clean", "build": "tsc -b", "prepublishOnly": "npm run clean && npm run build", "watch": "tsc -w", "test": "tsx --test", "test:watch": "tsx --test --watch" }, "repository": { "type": "git", "url": "git+https://github.com/unchainedshop/unchained.git" }, "keywords": [ "unchained", "ecommerce", "core" ], "authors": [ "Joël Meiller", "Pascal Kaufmann" ], "license": "EUPL-1.2", "bugs": { "url": "https://github.com/unchainedshop/unchained/issues" }, "homepage": "https://github.com/unchainedshop/unchained#readme", "dependencies": { "@breejs/later": "^4.2.0", "@unchainedshop/api": "^3.1.12", "@unchainedshop/core-delivery": "^3.1.13", "@unchainedshop/core-enrollments": "^3.1.13", "@unchainedshop/core-orders": "^3.1.13", "@unchainedshop/core-payment": "^3.1.13", "@unchainedshop/core-products": "^3.1.13", "@unchainedshop/core-warehousing": "^3.1.13", "@unchainedshop/core-worker": "^3.1.13", "@unchainedshop/events": "^3.1.13", "@unchainedshop/file-upload": "^3.1.13", "@unchainedshop/logger": "^3.1.13", "@unchainedshop/utils": "^3.1.13", "event-iterator": "^2.0.0", "JSONStream": "^1.3.5" }, "peerDependencies": { "@aws-sdk/client-eventbridge": ">= 3.714 < 4", "@paypal/checkout-server-sdk": "1.x", "@redis/client": ">= 1.0 < 6", "bip32": "^5.0.0-rc.0", "bitcoinjs-lib": ">= 6.1 <7", "bs58check": "^4.0.0", "ethers": ">= 6.13 < 7", "expiry-map": "2.x", "express": ">= 5 < 6", "fastify": ">= 5.2 < 6", "mime-types": ">= 3 < 4", "minio": "8.x", "nodemailer": ">= 6.9 < 8", "open": "10.x", "p-memoize": "7.x", "postfinancecheckout": ">= 4.5.0", "stripe": ">= 18 < 19", "tiny-secp256k1": "2.x", "twilio": "5.x", "web-push": ">= 3.6 <4", "xml-js": ">= 1.6 < 2" }, "peerDependenciesMeta": { "@aws-sdk/client-eventbridge": { "optional": true }, "@paypal/checkout-server-sdk": { "optional": true }, "@redis/client": { "optional": true }, "bip32": { "optional": true }, "bitcoinjs-lib": { "optional": true }, "bs58check": { "optional": true }, "ethers": { "optional": true }, "expiry-map": { "optional": true }, "express": { "optional": true }, "fastify": { "optional": true }, "mime-types": { "optional": true }, "minio": { "optional": true }, "nodemailer": { "optional": true }, "open": { "optional": true }, "p-memoize": { "optional": true }, "postfinancecheckout": { "optional": true }, "stripe": { "optional": true }, "tiny-secp256k1": { "optional": true }, "twilio": { "optional": true }, "web-push": { "optional": true }, "xml-js": { "optional": true } }, "devDependencies": { "@breejs/later": "^4.2.0", "@paypal/checkout-server-sdk": "^1.0.3", "@redis/client": "^5.5.6", "@types/express": "^5.0.3", "@types/node": "^24.0.4", "bip32": "^5.0.0-rc.0", "bitcoinjs-lib": "^6.1.7", "bs58check": "^4.0.0", "ethers": "^6.14.4", "expiry-map": "^2.0.0", "express": "^5.1.0", "fastify": "^5.4.0", "mime-types": "^3.0.0", "minio": "^8.0.5", "nodemailer": "^7.0.3", "open": "^10.1.2", "p-memoize": "^7.1.1", "postfinancecheckout": "^4.7.0", "stripe": "^18.2.1", "tiny-secp256k1": "^2.2.4", "tsx": "^4.20.3", "twilio": "^5.7.1", "typescript": "^5.8.3", "web-push": "^3.6.7", "xml-js": "^1.6.11" } }