UNPKG

@apite/shopware6-utility

Version:

Shopgate WebCheckout utility for Shopware 6 extensions

43 lines (42 loc) 1.22 kB
{ "name": "@apite/shopware6-utility", "version": "2.0.1", "description": "Shopgate WebCheckout utility for Shopware 6 extensions", "license": "Apache-2.0", "type": "commonjs", "author": { "name": "Konstantin Kiritsenko", "email": " k@componentk.com" }, "repository": {}, "keywords": [ "shopware6", "shopgate" ], "main": "index.js", "scripts": { "lint": "./node_modules/.bin/eslint --ignore-path .npmignore --ext .js --ext .jsx .", "test:ci": "jest --config ./jest.config.js --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false", "test:unit": "jest" }, "dependencies": { "nanoid": "2.1.11", "axios": "^0.21.0", "lodash.get": "^4.4.2" }, "devDependencies": { "@types/jest": "^25.2.3", "@shopware-pwa/commons": "^1.6.1", "@types/node": "^17.0.19", "@types/bunyan": "^1.8.8", "eslint": "^6.8.0", "eslint-config-standard": "^14.0.0", "eslint-plugin-jest": "^24.7.0", "eslint-plugin-n": "^15.5.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "jest": "^25.5.4", "jest-junit": "^14.0.1", "standard": "^10.0.3" } }