{
    "name": "@codesled/content",
    "version": "0.1.0",
    "description": "Composable content blocks for Node.js apps — flexible, pluggable, and framework-agnostic.",
    "main": "src/index.js",
    "keywords": [
      "cms",
      "content",
      "blocks",
      "notion-style",
      "rich text",
      "nodejs",
      "markdown",
      "headless",
      "codesled"
    ],
    "author": "CodeSled",
    "license": "MIT",
    "scripts": {
      "test": "node test/index.js"
    }
  }
  