std/front_matter/deno.json

15 lines
303 B
JSON
Raw Normal View History

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