{
  "name": "crystals-kyber-js",
  "version": "2.7.0",
  "description": "An ML-KEM/CRYSTALS-KYBER implementation written in TypeScript for various JavaScript runtimes",
  "keywords": [
    "crystals-kyber",
    "ml-kem",
    "mlkem",
    "fips203",
    "kyber",
    "kem",
    "security",
    "encryption",
    "pqc",
    "post-quantum"
  ],
  "author": "Ajitomi Daisuke",
  "homepage": "https://github.com/dajiaji/crystals-kyber-js#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dajiaji/crystals-kyber-js.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dajiaji/crystals-kyber-js/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "types": "./esm/mod.d.ts",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "picocolors": "^1.0.0",
    "@deno/shim-deno": "~0.18.0"
  },
  "_generatedBy": "dnt@dev"
}