unchainedshop-bobzero-plugin
Version:
Plugin for unchained engine to support payments with the bob zero ecommerce product of bob Finance AG.
61 lines (60 loc) • 1.68 kB
JSON
{
"name": "unchainedshop-bobzero-plugin",
"version": "0.1.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": "./lib/index.js",
"./*": "./lib/*"
},
"scripts": {
"clean": "rm -rf lib",
"build": "npm run clean && tsc",
"watch": "tsc -w",
"publish:patch": "npm run build && npm version patch && npm publish",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --forceExit test/**",
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch --detectOpenHandles --forceExit test/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joelmeiller/unchainedshop-bobzero-plugin.git"
},
"keywords": [
"unchained",
"ecommerce",
"plugin",
"bob zero",
"financing",
"pay later"
],
"author": "Joël Meiller",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/joelmeiller/unchainedshop-bobzero-plugin/issues"
},
"homepage": "https://github.com/joelmeiller/unchainedshop-bobzero-plugin#readme",
"peerDependencies": {
"@accounts/types": "^0.33.2",
"@apollo/server": "^4.5.0"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@unchainedshop/core-payment": "^2.0.6",
"@unchainedshop/logger": "^2.0.6",
"@unchainedshop/types": "^2.0.6",
"@unchainedshop/utils": "^2.0.6",
"chai": "^4.3.7",
"jest": "^29.4.3",
"mongodb": "^4.14.0",
"prettier": "^2.8.4",
"sinon": "^15.1.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
},
"dependencies": {
"node-fetch": "^3.3.0"
}
}