{
  "name": "next-tinacms-markdown",
  "version": "0.51.0",
  "license": "Apache-2.0",
  "author": "Kendall Strautman",
  "main": "dist/index.js",
  "module": "dist/next-tinacms-markdown.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/next-tinacms-markdown"
  },
  "scripts": {
    "watch": "tinacms-scripts watch",
    "types": "yarn tsc",
    "build": "tinacms-scripts build",
    "dev": "tinacms-scripts dev",
    "test": "jest --env=jsdom --passWithNoTests",
    "docs": "npx typedoc"
  },
  "peerDependencies": {
    "next": ">=9",
    "react": ">=16.14.0",
    "react-is": "^17.0.2",
    "tinacms": ">=0.50.0"
  },
  "dependencies": {
    "gray-matter": "^4.0.2",
    "js-yaml": "^3.13.1"
  },
  "devDependencies": {
    "@tinacms/scripts": "0.50.5",
    "@types/jest": "^27.0.1",
    "@types/js-yaml": "^4.0.2",
    "@types/node": "^16.3.3",
    "jest": "^27.0.6",
    "tinacms": "0.65.1",
    "tslib": "^1.10.0",
    "typescript": "^4.3.5"
  },
  "gitHead": "87c8f9a3ca2c5bf41e1a4c54a73759d12a7c5bfd"
}