{
  "name": "confluencer",
  "version": "1.5.2",
  "description": "convert markdown to copy & paste ready confluence rich text",
  "keywords": [],
  "homepage": "https://github.com/commenthol/confluencer#readme",
  "bugs": {
    "url": "https://github.com/commenthol/confluencer/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commenthol/confluencer.git"
  },
  "license": "MIT",
  "author": "commenthol <commenthol@gmail.com>",
  "main": "./src",
  "bin": {
    "confluencer": "bin/confluencer.js"
  },
  "man": "./man/confluencer.1",
  "directories": {
    "test": "test"
  },
  "files": [
    "bin",
    "man",
    "src",
    "styles"
  ],
  "scripts": {
    "all": "npm-run-all lint test man",
    "clean": "rm -rf node_modules",
    "lint": "eslint",
    "man": "cd ./man && ronn -b -r confluencer.md && mv confluencer.roff confluencer.1 && man ./confluencer.1 > confluencer.txt",
    "readme": "markedpp --github -i README.md -o README.md",
    "test": "mocha"
  },
  "dependencies": {
    "cheerio": "^1.0.0",
    "color-string": "^1.9.1",
    "map-lru": "^2.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.9.0",
    "eslint": "^9.9.0",
    "globals": "^15.9.0",
    "markdown-it": "^14.1.0",
    "markdown-it-admon": "^1.0.1",
    "markdown-it-footnote": "^4.0.0",
    "mocha": "^10.7.3",
    "npm-run-all2": "^6.2.2",
    "ronn": "0.4.0"
  },
  "c4uIgnore": {
    "ronn": "^0.4.0"
  }
}
