feat: checkpoint
This commit is contained in:
17
platform/relay/package.json
Normal file
17
platform/relay/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@platform/relay",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./mod.ts",
|
||||
"exports": {
|
||||
".": "./mod.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@platform/auth": "workspace:*",
|
||||
"@platform/socket": "workspace:*",
|
||||
"@platform/supertokens": "workspace:*",
|
||||
"path-to-regexp": "8",
|
||||
"zod": "4.1.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user