16 lines
295 B
JSON
16 lines
295 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/",
|
|
"chalk": "npm:chalk",
|
|
"winston": "npm:winston",
|
|
"logform": "npm:logform",
|
|
"@core/": "./"
|
|
}
|
|
}
|