12 lines
199 B
JSON
12 lines
199 B
JSON
{
|
|
"name": "@wrnexus/pubsub",
|
|
"version": "0.2.58",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./redis": "./src/redis.ts"
|
|
}
|
|
}
|