@moneygraph/sdk
Version:
AI-native SDK for global payouts powered by StratosPay
66 lines (65 loc) • 1.38 kB
JSON
{
"name": "@moneygraph/sdk",
"version": "2.0.4",
"description": "AI-native SDK for global payouts powered by StratosPay",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./types": {
"import": "./dist/types/index.js",
"require": "./dist/types/index.js",
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist",
"recipes",
"LOVABLE_PROMPT.md",
"CLAUDE_AI_INSTRUCTIONS.md",
".cursor"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"keywords": [
"moneygraph",
"stratospay",
"payments",
"payouts",
"fx",
"currency",
"kyc",
"fintech",
"global-payments",
"africa",
"remittance",
"ai-native"
],
"author": "MoneyGraph",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moneygraph/sdk"
},
"homepage": "https://moneygraph.ai",
"bugs": {
"url": "https://github.com/moneygraph/sdk/issues"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
},
"sideEffects": false
}