anypay-sdk
Version:
AnyPay SDK is a library for convenient and efficient integration with the payment system 'AnyPay.io'.
32 lines (31 loc) • 747 B
JSON
{
"name": "anypay-sdk",
"version": "1.0.0",
"description": "AnyPay SDK is a library for convenient and efficient integration with the payment system 'AnyPay.io'.",
"main": "build/index.js",
"scripts": {
"compile": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilyamixaltik/anypay-sdk.git"
},
"keywords": [
"AnyPay",
"Payment",
"AnyPay SDK",
"anypay",
"anypay-io",
"payment system"
],
"author": "Ilya Mixaltik",
"license": "MIT",
"bugs": {
"url": "https://github.com/ilyamixaltik/anypay-sdk/issues"
},
"homepage": "https://github.com/ilyamixaltik/anypay-sdk#readme",
"devDependencies": {
"@types/node": "^20.4.4",
"typescript": "^5.1.6"
}
}