@koempf/shopgate-utility
Version:
Shopgate WebCheckout utility for Kömpf
32 lines (31 loc) • 880 B
JSON
{
"name": "@koempf/shopgate-utility",
"version": "1.1.0",
"description": "Shopgate WebCheckout utility for Kömpf",
"license": "Apache-2.0",
"author": {
"name": "KÖMPF Onlineshops GmbH",
"email": "ses@koempf24.de"
},
"repository": {},
"keywords": [
"koempf",
"spryker",
"shopgate"
],
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js .",
"version": "[ \"$(npm view @koempf/shopgate-utility version)\" != \"${npm_package_version}\" ] && exit 0 || echo \"Error: package exists with this version. Please change version in package.json\" && exit 1"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.2.0",
"standard": "^17.0.0"
},
"dependencies": {
"@sentry/node": "^7.118.0"
}
}