{
  "name": "@templatical/types",
  "description": "Shared TypeScript types, block factory functions, and event emitter for Templatical email editor",
  "version": "0.28.1",
  "bugs": "https://github.com/templatical/sdk/issues",
  "devDependencies": {
    "typescript": "^6.0.3",
    "vitest": "^4.1.11",
    "@templatical/media-library": "0.28.1"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://templatical.com",
  "keywords": [
    "block-types",
    "email",
    "email-editor",
    "templatical",
    "types",
    "typescript"
  ],
  "license": "MIT",
  "module": "./dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/templatical/sdk.git",
    "directory": "packages/types"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsdown",
    "test": "vitest run --config vitest.config.ts",
    "typecheck": "tsc --noEmit"
  }
}