{
  "name": "@nexssp/markdown",
  "description": "Basic markdown functions.. eg markdown->terminal",
  "version": "1.1.0",
  "type": "module",
  "exports": {
    "import": "./index.esm.js",
    "require": "./index.js",
    "types": "./index.d.ts"
  },
  "files": [
    "index.js",
    "index.esm.js",
    "index.d.ts"
  ],
  "scripts": {
    "test": "npx @nexssp/test"
  },
  "keywords": [
    "markdown",
    "terminal",
    "nexss",
    "nexss programmer"
  ],
  "author": "Marcin Polak <mapoart@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@nexssp/ansi": "^1.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nexssp/markdown.git"
  },
  "bugs": {
    "url": "https://github.com/nexssp/markdown/issues",
    "email": "mapoart@gmail.com"
  }
}
