cashea-web-checkout-sdk
Version:
SDK para integrar pagos con Cashea
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "cashea-web-checkout-sdk",
"version": "1.1.8",
"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",
"dependencies": {
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"joi": "^17.13.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.18.0",
"babel-loader": "^9.2.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.2",
"globals": "^15.14.0",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}