{
  "name": "@amanda-mitchell/remark-bible-content",
  "version": "2.0.0",
  "description": "A Remark plugin that imports Bible content.",
  "main": "index.js",
  "repository": "https://github.com/amanda-mitchell/remark-bible-content",
  "author": "Amanda Mitchell <she@mandymitchell.me>",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "files": [
    "index.js",
    "dist/**/*.js",
    "dist/**/*.map",
    "dist/**/*.d.ts",
    "!**/__tests__",
    "!**/test-util"
  ],
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@amanda-mitchell/biblia-api": "^4.0.0",
    "@amanda-mitchell/esv-api": "^2.0.0",
    "@amanda-mitchell/node-project-scripts": "^3.11.0",
    "@amanda-mitchell/remark-tag-bible-references": "^3.0.0",
    "@types/node-fetch": "^2.5.8",
    "@types/unist": "^2.0.3",
    "dotenv": "^16.0.0",
    "node-fetch": "^2.6.1",
    "rehype-raw": "^6.1.1",
    "rehype-stringify": "^9.0.3",
    "remark-parse": "^10.0.1",
    "remark-rehype": "^10.1.0",
    "unified": "^10.1.1"
  },
  "peerDependencies": {
    "@amanda-mitchell/biblia-api": "3.2.2",
    "@amanda-mitchell/esv-api": "1.3.1"
  },
  "dependencies": {
    "unist-builder": "^3.0.0"
  }
}
