{
  "name": "gatsby-transformer-markdown-references",
  "version": "0.1.5",
  "description": "Transform markdown nodes to add the necesserary references for bi-directional links",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "npm run clean && ../../node_modules/.bin/tsc -p ./tsconfig.json",
    "watch": "npm run build -- --watch",
    "clean": "rm -rf lib",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "keywords": [
    "gatsby",
    "transformer",
    "markdown",
    "references",
    "bi-directional links"
  ],
  "files": [
    "index.js",
    "gatsby-node.js",
    "lib"
  ],
  "author": "Mathieu Dutour <mathieu@dutour.me>",
  "repository": {
    "url": "https://github.com/mathieudutour/gatsby-digital-garden",
    "directory": "packages/gatsby-transformer-markdown-references"
  },
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/react-dom": "^16.9.8",
    "gatsby": "^2.21.26"
  }
}
