{
  "name": "marked-ast-crel",
  "version": "1.5.0",
  "description": "Using the AST generated my marked-ast create appropriate HTML elements with crel",
  "main": "index.js",
  "scripts": {
    "test": "browserify test/all.js | testling",
    "gendocs": "gendocs > README.md",
    "simple": "beefy examples/simple.js",
    "complex": "beefy examples/complex.js -- -t brfs"
  },
  "stability": "experimental",
  "repository": {
    "type": "git",
    "url": "https://github.com/DamonOehlman/marked-ast-crel.git"
  },
  "keywords": [
    "marked",
    "ast",
    "crel",
    "transform"
  ],
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DamonOehlman/marked-ast-crel/issues"
  },
  "homepage": "https://github.com/DamonOehlman/marked-ast-crel",
  "dependencies": {
    "crel": "^4.2.1",
    "entities": "^2.2.0"
  },
  "devDependencies": {
    "brfs": "^2.0.2",
    "browserify": "^17.0.0",
    "eslint": "^7.32.0",
    "fdom": "^1.2.0",
    "highlight.js": "^11.1.0",
    "marked-ast": "^0.3.0",
    "playwright-test": "^7.0.2",
    "prettier": "^2.3.2",
    "tape": "^5.3.0",
    "testling": "^1.7.3"
  }
}
