celeriz
Version:
Complete SDK for Celeriz Onramp/Offramp API with wallet integration and white-label support
45 lines • 951 B
JSON
{
"name": "celeriz",
"version": "0.4.0",
"description": "Complete SDK for Celeriz Onramp/Offramp API with wallet integration and white-label support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"axios": "^1.8.4"
},
"devDependencies": {
"typescript": "^5.0.0",
"ts-node": "^10.9.0",
"@types/node": "^20.0.0"
},
"keywords": [
"celeriz",
"onramp",
"offramp",
"sdk",
"wallet",
"crypto",
"fiat",
"kyc",
"kyb",
"typescript"
],
"author": "Celeriz Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Debasish616/celeriz-onramp.git"
},
"bugs": {
"url": "https://github.com/Debasish616/celeriz-onramp/issues"
},
"homepage": "https://github.com/Debasish616/celeriz-onramp#readme",
"files": [
"dist",
"README.md"
]
}