{
  "name": "@parmanasystems/crypto",
  "version": "1.98.56",
  "private": false,
  "type": "module",
  "description": "Deterministic cryptographic infrastructure for canonical payload signing, trust-root continuity, reproducible verification, and independently verifiable governance trust chains.",
  "scripts": {
    "build": "tsup"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@parmanasystems/bundle": "^1.98.56",
    "@parmanasystems/canonical": "^1.98.56"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/pavancharak/parmanasystems-core.git"
  },
  "homepage": "https://parmanasystems.mintlify.app",
  "bugs": {
    "url": "https://github.com/pavancharak/parmanasystems-core/issues"
  },
  "engines": {
    "node": ">=20.19"
  },
  "keywords": [
    "crypto",
    "cryptography",
    "signing",
    "verification",
    "Ed25519",
    "deterministic",
    "deterministic-governance",
    "canonical",
    "provenance",
    "attestation",
    "trust",
    "trust-root",
    "replay-protection",
    "execution-lineage",
    "governance",
    "audit",
    "compliance",
    "policy",
    "verifiable",
    "fintech"
  ],
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts"
}
