{
  "name": "@cyberion/tapal-core",
  "version": "0.4.0",
  "description": "Tapal core — provider-agnostic types, runner, ICS parser, cache, dedup, and shared utilities for Tapal mail adapters",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "jxa"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "mail",
    "email",
    "tapal",
    "tapal-core",
    "ics",
    "icalendar"
  ],
  "homepage": "https://github.com/CyberionHelix/Tapal#readme",
  "bugs": {
    "url": "https://github.com/CyberionHelix/Tapal/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CyberionHelix/Tapal.git",
    "directory": "packages/core"
  },
  "license": "Apache-2.0",
  "author": "CyberionHelix",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "dependencies": {},
  "devDependencies": {
    "vitest": "^4.1.5"
  }
}
