15 lines
277 B
JSON
15 lines
277 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"
|
|
}
|
|
}
|