{
  "name": "md-convert",
  "version": "0.4.63",
  "description": "convert HTML file to markdown",
  "main": "mdconvert.js",
  "type": "module",
  "bin": {
    "mdconvert": "./index.js",
    "htmlmd": "./index.js"
  },
  "scripts": {
    "mdconvert": "./index.js",
    "test": "./index.js --src test/helloworld/index.html --config config/config-helloworld.json",
    "test2": "./index.js --src test/apnews.com/index.html --config config/config-apnews.json",
    "test3": "./index.js --src test/test3/index.html --config config/config-test3.json",
    "test4": "./index.js --src test/npr/index.html --config config/config-npr.json",
    "test5": "./index.js --src test/codeblock/index.html --config config/config-helloworld.json",
    "test6": "./index.js --src test/table/index.html --config config/config-table.json",
    "test7": "./index.js --src test/changewapo/index.html --config config/config-changewapo.json",
    "test8": "./index.js --src test/insertbefore/index.html --config config/config-insertbefore.json",
    "test9": "./index.js --src test/test9/index.html --config config/config-test9.json",
    "test10": "./index.js --src test/combinedups/index.html --config config/config-combinedups.json",
    "test11": "./index.js --src test/test11/index.html --config config/config-test11.json",
    "test12": "./index.js --src test/table-complex/index.html --config config/config-table.json",
    "test13": "./index.js --src test/test13/index.html --config config/config-test13.json",
    "test14": "./index.js --src test/test14/index.html --config config/config-test14.json",
    "test15": "./index.js --src test/test15/index.html --config config/config-test15.json",
    "test16": "./index.js --src test/test16/index.html --config config/config-test16.json",
    "test17": "./index.js --src test/test17/index.html --config config/config-test17.json",
    "test18": "./index.js --src test/test18/index.html --config config/config-test18.json",
    "test19": "./index.js --src test/test19/index.html --config config/config-test19.json",
    "test20": "./index.js --src test/test20/index.html --config config/config-test20.json",
    "test21": "./index.js --src test/test21/index.html --config config/config-test21.json",
    "test22": "./index.js --src test/test22/index.html --config config/config-test22.json",
    "test23": "./index.js --src test/test23/index.html --config config/config-test23.json",
    "test24": "./index.js --src test/test24/index.html --config config/config-test24.json"
  },
  "author": "Terry Morse",
  "license": "UNLICENSED",
  "dependencies": {
    "jsdom": "^19.0.0",
    "turndown": "^7.1.1"
  }
}
