UNPKG

quantum-resistant-rustykey

Version:
47 lines 1.1 kB
{ "name": "quantum-resistant-rustykey", "version": "0.4.1", "description": "ML-KEM (QRS) compiled to WebAssembly", "license": "ISC", "keywords": [ "post-quantum", "post-quantum-cryptography", "crystals-kyber", "nist" ], "author": { "name": "Antony R. Mott" }, "repository": { "type": "git", "url": "git+https://github.com/antonymott/quantum-resistant-rustykey.git" }, "type": "module", "files": [ "install" ], "main": "./install/index.js", "types": "./install/index.d.ts", "engines": { "node": ">=23" }, "devDependencies": { "@changesets/cli": "^2.29.3", "@vitest/coverage-v8": "^3.1.3", "tsup": "^8.4.0", "typescript": "^5.8.3", "vitest": "^3.1.3" }, "dependencies": { "next": "15.3.3", "react": "19.1.0", "react-dom": "19.1.0" }, "scripts": { "pre": "emcmake cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install && cmake --build build --target install", "build": "tsup", "test": "vitest --coverage", "lint": "tsc", "release": "changeset publish" } }