{
  "name": "@usewaypoint/block-spacer",
  "version": "0.0.3",
  "description": "@usewaypoint/document compatible Spacer component",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "carlos@usewaypoint.com",
  "license": "MIT",
  "peerDependencies": {
    "react": "^16 || ^17 || ^18",
    "zod": "^1 || ^2 || ^3"
  },
  "devDependencies": {
    "@testing-library/react": "^14.2.1"
  }
}
