{
  "name": "broccoli-static-site-json",
  "version": "5.0.0",
  "description": "Broccoli based static site generator that outputs a JSON:API representation of your Markdown files",
  "repository": "https://github.com/empress/broccoli-static-site-json",
  "license": "MIT",
  "author": "Chris Manson <chris.manson@simplabs.com>",
  "main": "index.js",
  "scripts": {
    "coverage": "node scripts/coverage.js",
    "lint:js": "eslint .",
    "test": "node scripts/test.js",
    "test-watch": "node scripts/test-watch.js"
  },
  "dependencies": {
    "broccoli-funnel": "^3.0.0",
    "broccoli-merge-trees": "^4.0.0",
    "broccoli-persistent-filter": "^3.0.0",
    "broccoli-plugin": "^4.0.0",
    "broccoli-stew": "^3.0.0",
    "debug": "^4.0.0",
    "html2plaintext": "^2.1.2",
    "js-yaml": "^4.1.0",
    "jsdom": "^24.0.0",
    "jsonapi-serializer": "^3.6.0",
    "lodash": "^4.17.0",
    "showdown": "^2.1.0",
    "walk-sync": "^3.0.0",
    "yaml-front-matter": "^4.0.0"
  },
  "devDependencies": {
    "broccoli": "^3.5.2",
    "broccoli-test-helper": "^2.0.0",
    "chai": "^4.3.4",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-mocha": "^9.0.0",
    "mocha": "^9.1.2",
    "nyc": "^15.1.0",
    "release-plan": "^0.7.0",
    "shelljs": "^0.8.3",
    "sinon": "^11.1.2"
  }
}
