@apite/magento2-utility
Version:
Shopgate WebCheckout utility for Magento 2 extensions
38 lines • 1.1 kB
JSON
{
"name": "@apite/magento2-utility",
"version": "0.4.1",
"description": "Shopgate WebCheckout utility for Magento 2 extensions",
"license": "Apache-2.0",
"type": "commonjs",
"repository": {},
"keywords": [
"magento2",
"sgconnect",
"shopgate",
"webcheckout"
],
"main": "index.js",
"scripts": {
"test": "jest",
"test:ci": "jest --config ./jest.config.js --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false",
"lint": "./node_modules/.bin/eslint --ignore-path .npmignore --ext .js --ext .jsx ."
},
"dependencies": {
"axios": "^0.21.0",
"lodash.get": "^4.4.2"
},
"devDependencies": {
"@types/node": "^17.0.19",
"@types/bunyan": "^1.8.8",
"@types/axios": "^0.14.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"standard": "^10.0.3",
"jest": "^25.5.4",
"jest-junit": "^14.0.1"
}
}