cashea-web-checkout-sdk
Version:
SDK para integrar pagos con Cashea
72 lines (71 loc) • 1.77 kB
JSON
{
"name": "cashea-web-checkout-sdk",
"version": "1.1.19",
"description": "SDK para integrar pagos con Cashea",
"main": "dist/webcheckout-sdk.min.js",
"unpkg": "dist/webcheckout-sdk.min.js",
"jsdelivr": "dist/webcheckout-sdk.min.js",
"files": [
"dist/"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"test": "jest",
"test:watch": "jest --watchAll",
"build": "npx webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cashea-bnpl/cashea-web-sdk.git"
},
"homepage": "https://github.com/cashea-bnpl/cashea-web-sdk/blob/main/README.md",
"keywords": [
"cashea",
"checkout",
"sdk",
"pagos"
],
"author": "",
"license": "MIT",
"babel": {
"presets": ["@babel/preset-env"]
},
"dependencies": {
"axios": "^1.13.6",
"cashea-web-checkout-sdk": "^1.1.8",
"dotenv": "^16.6.1",
"joi": "^17.13.3"
},
"overrides": {
"ajv": ">=8.18.0",
"form-data": ">=4.0.4",
"js-yaml": ">=3.14.2",
"minimatch": ">=9.0.7",
"node-forge": ">=1.3.2"
},
"resolutions": {
"ajv": ">=8.18.0",
"form-data": ">=4.0.4",
"js-yaml": ">=3.14.2",
"minimatch": ">=9.0.7",
"node-forge": ">=1.3.2"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@eslint/js": "^9.39.4",
"babel-loader": "^9.2.1",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^15.15.0",
"jest": "^29.7.0",
"prettier": "^3.8.1",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3"
}
}