std/front_matter/deno.json
denobot 67e9cfa0ff
chore: release 2024.09.04 (#5908)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00

14 lines
258 B
JSON

{
"name": "@std/front-matter",
"version": "1.0.4",
"exports": {
".": "./mod.ts",
"./any": "./any.ts",
"./json": "./json.ts",
"./test": "./test.ts",
"./toml": "./toml.ts",
"./yaml": "./yaml.ts",
"./types": "./types.ts"
}
}