feat: add payment module
This commit is contained in:
17
modules/payment/package.json
Normal file
17
modules/payment/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@module/payment",
|
||||
"description": "A record of value transactions",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./server": "./entrypoints/server.ts",
|
||||
"./client": "./entrypoints/client.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@platform/database": "workspace:*",
|
||||
"@platform/parse": "workspace:*",
|
||||
"@platform/relay": "workspace:*",
|
||||
"zod": "4.1.13"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user