aboutsummaryrefslogtreecommitdiff
path: root/deno/base/deno.json
blob: dabc02aaf98dddf7ffad4ad26f2fc3c67918e0af (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "@crupest/base",
  "version": "0.1.0",
  "exports": {
    ".": "./lib.ts",
    "./config": "./config.ts",
    "./cron": "./cron.ts",
    "./log": "./log.ts"
  }
}