{
  "name": "@typh007/markdown-metadata",
  "version": "0.0.7",
  "description": "generate metadata of markdown files. I use it for personal projects. I will consider expandability in the future. I'm waiting for your opinion.",
  "main": "main.js",
  "types": "main.d.ds",
  "scripts": {
    "test": "",
    "examples": "",
    "build": ""
  },
  "keywords": [
    "markdown",
    "metadata",
    "demo",
    "checksum",
    "json"
  ],
  "author": {
    "name": "typhoon-kim",
    "email": "typh007.kim@gmail.com",
    "url": "https://github.com/typhoon-kim"
  },
  "typings": "./main.d.ts",
  "homepage": "https://typhoon-kim.github.io/generate-metadata-of-markdown/",
  "repository": {
    "type": "git",
    "url": "https://github.com/typhoon-kim/generate-metadata-of-markdown"
  },
  "bugs": {
    "url": "https://github.com/typhoon-kim/generate-metadata-of-markdown/issues",
    "email": "typh007.kim@gmail.com"
  },
  "engines": {
    "node": "*"
  },
  "license": "MIT",
  "bin": {},
  "preferGlobal": true,
  "type": "module",
  "dependencies": {
    "marked": "^12.0.2"
  }
}
