ckpay-sdk
Version:
CkPay SDK for Internet Computer payment processing - a decentralized payment solution with multi-token support, modal integration, and subscription management.
50 lines (49 loc) • 1.08 kB
JSON
{
"name": "ckpay-sdk",
"version": "1.0.1",
"description": "CkPay SDK for Internet Computer payment processing - a decentralized payment solution with multi-token support, modal integration, and subscription management.",
"main": "cdkPay.js",
"module": "index.js",
"types": "index.d.ts",
"files": [
"cdkPay.js",
"index.js",
"index.js.map",
"LICENSE",
"README.md"
],
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"icp",
"internet-computer",
"payment",
"sdk",
"crypto",
"blockchain",
"modal",
"subscription",
"ckbtc",
"cketh",
"icrc1",
"icrc2",
"decentralized"
],
"author": "Cesar Angulo",
"license": "MIT",
"homepage": "https://github.com/your-username/ckpay-sdk#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/ckpay-sdk.git"
},
"bugs": {
"url": "https://github.com/your-username/ckpay-sdk/issues"
},
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
}
}