{
  "name": "@majikah/majik-contact",
  "type": "module",
  "description": "A cryptographically secure contact and identity model for Majikah, enabling zero-trust communication using public keys, post-quantum cryptography (ML-KEM, ML-DSA), and privacy-preserving metadata. Supports serialization, identity binding, and hybrid key formats for decentralized and end-to-end encrypted systems.",
  "version": "0.0.6",
  "license": "Apache-2.0",
  "author": "Zelijah",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Majikah/majik-contact.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/jedlsf"
  },
  "keywords": [
    "majikah",
    "contact",
    "identity",
    "did",
    "decentralized-identity",
    "self-sovereign-identity",
    "zero-trust",
    "public-key",
    "cryptography",
    "end-to-end-encryption",
    "secure-messaging",
    "post-quantum-cryptography",
    "pqc",
    "ml-kem",
    "ml-dsa",
    "hybrid-crypto",
    "ed25519",
    "key-management",
    "identity-model",
    "serialization",
    "privacy",
    "privacy-preserving",
    "webcrypto",
    "typescript"
  ],
  "homepage": "https://github.com/Majikah/majik-contact#readme",
  "bugs": {
    "url": "https://github.com/Majikah/majik-contact/issues"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "package": "npm run build && npm version patch && git push && git push --tags",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "devDependencies": {
    "@majikah/majik-key": "^0.2.9",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  }
}
