hypay-adapter
Version:
Provides an XRPL payment adapter.
38 lines (37 loc) • 744 B
JSON
{
"name": "hypay-adapter",
"version": "0.1.8",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HYBLOCK-LAB/Hypay"
},
"description": "Provides an XRPL payment adapter.",
"keywords": [
"xrpl",
"gemwallet",
"xumm"
],
"license": "MIT",
"devDependencies": {
"dotenv": "^16.5.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@gemwallet/api": "^3.8.0",
"uuid": "^11.1.0",
"xrpl": "^4.2.5",
"xumm": "^1.8.0"
}
}