{
  "name": "gatsby-plugin-json-remark",
  "description": "A GatsbyJs plugin that transforms markdown content from JSON files. The new MarkdownRemark nodes are placed inside the original `gatsby-transformer-json` node tree. Transformed HTML is also populated in new fields with \"Html\" appended to field names.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mirabilio/gatsby-plugin-json-remark"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "tinacms",
    "tina-cms",
    "cms",
    "remark",
    "markdown"
  ],
  "author": "Pat Nolan",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.0.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.isempty": "^4.4.0",
    "lodash.isundefined": "^3.0.1",
    "lodash.merge": "^4.6.2",
    "lodash.omit": "^4.5.0",
    "lodash.without": "^4.4.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.0.1",
    "babel-preset-minify": "^0.5.1",
    "codecov": "^3.6.5",
    "cross-env": "^7.0.2",
    "cz-conventional-changelog": "3.1.0",
    "eslint": "^6.8.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-graphql": "^3.1.1",
    "eslint-plugin-jest": "^23.8.2",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-promise": "^4.2.1",
    "gatsby-core-utils": "^1.1.2",
    "husky": "^4.2.3",
    "jest": "^25.3.0",
    "prettier": "^2.0.2",
    "remark-cli": "^7.0.1",
    "remark-preset-lint-recommended": "^3.0.4",
    "semantic-release": "^17.0.4"
  },
  "scripts": {
    "dev": "yarn build && yarn unlink && yarn link",
    "test": "jest --coverage",
    "test-watch": "jest --watchAll",
    "test-watch-coverage": "jest --watchAll --coverage",
    "build": "babel src --out-dir ./ && yarn prettier && yarn jest --coverage",
    "prepack": "cross-env NODE_ENV=production yarn build",
    "prettier": "prettier --write .",
    "watch": "babel -w src --out-dir .",
    "semantic-release": "semantic-release",
    "release": "yarn prepack && semantic-release",
    "release-dry-run": "yarn prepack && semantic-release --dry-run",
    "copy": "cp *.js /Users/patricknolan/projects/mirabilio/amyissue2/json-remark-issue/plugins/gatsby-plugin-json-remark/"
  },
  "husky": {
    "hooks": {
      "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "jest": {
    "testEnvironment": "node"
  },
  "version": "1.1.5"
}
