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