tabby-web-sdk
Version:
Web merchant custom implementation for Tabby, the app that lets you split your payments in 4.
31 lines (30 loc) • 680 B
JSON
{
"name": "tabby-web-sdk",
"version": "0.0.3",
"description": "Web merchant custom implementation for Tabby, the app that lets you split your payments in 4.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"browser": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"author": "Timothy Zack Timbol",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Sage4tk/tabby-web-sdk"
},
"keywords": [
"tabby",
"payment gateway",
"payment",
"UAE"
]
}