23 lines
452 B
JSON
23 lines
452 B
JSON
{
|
|
"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:*"
|
|
}
|
|
}
|