12 lines
197 B
JSON
12 lines
197 B
JSON
{
|
|
"name": "@cvsa/core",
|
|
"exports": "./main.ts",
|
|
"imports": {
|
|
"ioredis": "npm:ioredis",
|
|
"log/": "./log/",
|
|
"db/": "./db/",
|
|
"$std/": "https://deno.land/std@0.216.0/",
|
|
"mq/": "./mq/"
|
|
}
|
|
}
|