@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
133 lines (132 loc) • 3.25 kB
JSON
{
"name": "@unchainedshop/plugins",
"description": "Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters",
"version": "4.8.10",
"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": "node --test",
"test:watch": "node --test --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unchainedshop/unchained.git"
},
"keywords": [
"unchained",
"ecommerce",
"core"
],
"authors": [
"Pascal Kaufmann",
"Mikael Araya",
"Vedran Rudelj",
"Joël Meiller"
],
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/unchainedshop/unchained/issues"
},
"homepage": "https://github.com/unchainedshop/unchained#readme",
"dependencies": {
"@unchainedshop/api": "^4.6.0",
"@unchainedshop/core-delivery": "^4.6.0",
"@unchainedshop/core-enrollments": "^4.6.0",
"@unchainedshop/core-orders": "^4.6.0",
"@unchainedshop/core-payment": "^4.6.0",
"@unchainedshop/core-products": "^4.6.0",
"@unchainedshop/core-warehousing": "^4.6.0",
"@unchainedshop/core-worker": "^4.6.0",
"@unchainedshop/events": "^4.6.0",
"@unchainedshop/file-upload": "^4.6.0",
"@unchainedshop/logger": "^4.6.0",
"@unchainedshop/utils": "^4.6.0"
},
"peerDependencies": {
"@aws-sdk/client-eventbridge": ">= 3.714 < 4",
"@paypal/checkout-server-sdk": "1.x",
"@redis/client": ">= 1 < 6",
"@scure/bip32": ">= 2",
"@scure/btc-signer": ">= 2",
"mime": ">= 4 < 5",
"expiry-map": "2.x",
"express": ">= 5 < 6",
"fastify": ">= 5.2 < 6",
"minio": "8.x",
"nodemailer": ">= 6.9 < 9",
"p-memoize": "8.x",
"stripe": ">= 19 < 22",
"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
},
"@scure/bip32": {
"optional": true
},
"@scure/btc-signer": {
"optional": true
},
"expiry-map": {
"optional": true
},
"express": {
"optional": true
},
"fastify": {
"optional": true
},
"minio": {
"optional": true
},
"nodemailer": {
"optional": true
},
"p-memoize": {
"optional": true
},
"stripe": {
"optional": true
},
"web-push": {
"optional": true
},
"xml-js": {
"optional": true
}
},
"devDependencies": {
"@paypal/checkout-server-sdk": "^1.0.3",
"@redis/client": "^5.6.0",
"@scure/bip32": "^2.0.0",
"@scure/btc-signer": "^2.0.0",
"@types/express": "^5.0.3",
"@types/node": "^25.0.0",
"expiry-map": "^2.0.0",
"express": "^5.1.0",
"fastify": "^5.4.0",
"minio": "^8.0.5",
"nodemailer": "^8.0.2",
"p-memoize": "^8.0.0",
"stripe": "^21.0.1",
"typescript": "^5.8.3",
"web-push": "^3.6.7",
"xml-js": "^1.6.11"
}
}