package.json 278 B

123456789101112
  1. {
  2. "name": "@test/mdx-frontmatter-injection",
  3. "version": "0.0.0",
  4. "private": true,
  5. "dependencies": {
  6. "@astrojs/mdx": "workspace:*",
  7. "astro": "workspace:*",
  8. "mdast-util-to-string": "^4.0.0",
  9. "reading-time": "^1.5.0",
  10. "unist-util-visit": "^5.0.0"
  11. }
  12. }