{
  "name": "@junk-temporary-prototypes/addon-mdx-gfm",
  "version": "7.2.5",
  "description": "GitHub Flavored Markdown in Storybook",
  "keywords": [
    "addon",
    "github",
    "markdown",
    "formatting",
    "tables",
    "links"
  ],
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/gfm",
  "bugs": {
    "url": "https://github.com/storybookjs/storybook/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/storybook.git",
    "directory": "addons/gfm"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/storybook"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "node": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./preset": {
      "node": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "check": "../../../scripts/node_modules/.bin/tsc --noEmit",
    "prep": "../../../scripts/prepare/bundle.ts"
  },
  "dependencies": {
    "@junk-temporary-prototypes/node-logger": "7.2.5",
    "remark-gfm": "^3.0.1",
    "ts-dedent": "^2.0.0"
  },
  "devDependencies": {
    "typescript": "~4.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "bundler": {
    "entries": [
      "./src/index.ts"
    ],
    "formats": [
      "cjs"
    ]
  },
  "gitHead": "9e352853ca5ce94d81fcdb06c303b4fbf43f8971"
}