Files
Fonepay-Unity/package.json
Savya Bikram Shah 1f6ad3df13 chore(upm): release 0.2.1 and run split on macos host runner
Bump package to 0.2.1 (maintenance/publish, no API changes) and repoint
the Publish UPM workflow from ubuntu-latest to the macos host runner.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 11:53:21 +05:45

23 lines
762 B
JSON

{
"name": "com.darkmattergameproduction.fonepay-unity",
"displayName": "Fonepay Unity",
"version": "0.2.1",
"unity": "6000.4",
"unityRelease": "5f1",
"description": "Fonepay payment integration for Unity. Generate Fonepay QR codes, await payment confirmation via websocket, and process tax refunds. Credentials managed via Tools > Fonepay > Settings.",
"dependencies": {
"com.unity.test-framework": "1.6.0"
},
"samples": [
{
"displayName": "Example Payment Flow",
"description": "Minimal MonoBehaviour: request QR, render, await payment with cancel support.",
"path": "Samples~/Example"
}
],
"author": {
"name": "Savya Bikram Shah",
"url": "https://savya.com.np",
"email": "mail@savya.com.np"
}
}