* Build HitPay app * Deleted a lint comment * Add redirect for iframe * Fix type check error * Fixed issue of payment pending * Update hitpay package.json * fix: fix lint issue in KeyInput and update zod * fix: fix issue of parsing string to number * fix: add default hitpay API links * fix: resolve atoms build error --------- Co-authored-by: kutsaniuk <kutsaniuk@gmail.com>
17 lines
568 B
JSON
17 lines
568 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"license": "AGPLv3 (see LICENSE file)",
|
|
"name": "@calcom/hitpay",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "HitPay helps over 15,000 businesses across Southeast Asia and around the globe process payments efficiently and securely. We unify online, point of sale, and B2B payments into a single, integrated payment processing system.",
|
|
"dependencies": {
|
|
"@calcom/lib": "*",
|
|
"@calcom/prisma": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|