{
  "name": "ownmail",
  "version": "0.15.3",
  "description": "Launch an inbox on your domain with a ready-to-use mail, calendar, and contacts app you can deploy and customize.",
  "license": "MIT",
  "homepage": "https://github.com/nylas/labs/tree/main/labs/ownmail#readme",
  "bugs": {
    "url": "https://github.com/nylas/labs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nylas/labs.git",
    "directory": "labs/ownmail/packages/cli"
  },
  "keywords": [
    "email",
    "mailbox",
    "calendar",
    "cli",
    "nylas",
    "cloudflare",
    "vercel",
    "netlify",
    "custom-domain"
  ],
  "type": "module",
  "bin": {
    "ownmail": "./dist/index.js"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "assets",
    "dist"
  ],
  "dependencies": {
    "@clack/prompts": "^1.7.0",
    "@napi-rs/keyring": "^1.3.0",
    "citty": "^0.2.2",
    "env-paths": "^4.0.0",
    "open": "^11.0.0",
    "zod": "^4.4.3",
    "@nylas-labs/cli-kit": "0.7.3"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "@vitest/coverage-v8": "4.1.10",
    "netlify-cli": "26.2.0",
    "typescript": "^7.0.2",
    "vercel": "56.5.0",
    "vitest": "^4.1.10",
    "wrangler": "4.114.0",
    "@ownmail/app": "0.15.3"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && node scripts/stage-template.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --coverage",
    "coverage": "vitest run --coverage"
  }
}