{
  "name": "@jscrypto/core",
  "version": "0.12.0",
  "description": "Core registry, types, and utilities for @jscrypto components.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./browser": "./dist/jscrypto-core.iife.min.js",
    "./umd": "./dist/jscrypto-core.umd.min.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -b",
    "typecheck": "tsc -b --pretty false"
  },
  "keywords": [
    "crypto",
    "cryptography",
    "cipher",
    "registry",
    "framework"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emn178/jscrypto.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/emn178/jscrypto/issues"
  },
  "homepage": "https://github.com/emn178/jscrypto#readme",
  "author": "Chen, Yi-Cyuan <emn178@gmail.com>",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "license": "MIT"
}
