feat: add gateway-neutral payment package
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@wrnexus/payment",
|
||||
"version": "0.8.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"files": [
|
||||
"src",
|
||||
"components",
|
||||
"README.md"
|
||||
],
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./adapters": "./src/adapters.ts",
|
||||
"./plugin": "./src/plugin.ts",
|
||||
"./runtime-webhook": "./src/runtime-webhook.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wrnexus/db": "workspace:*",
|
||||
"@wrnexus/plugin": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user