UNPKG

oqs.js

Version:

![N-API](https://img.shields.io/badge/node--api-stable-brightgreen)

46 lines (45 loc) 910 B
{ "name": "oqs.js", "version": "0.1.0", "main": "index.js", "type": "commonjs", "gypfile": true, "scripts": { "preinstall": "node scripts/fetch_and_build_liboqs.js", "build": "node-gyp configure build", "test": "node test.js" }, "files": [ "index.js", "src/", "build/", "scripts/fetch_and_build_liboqs.js", "liboqs_build/build/lib/liboqs.a" ], "repository": { "type": "git", "url": "https://github.com/glinford/oqs.js.git" }, "keywords": [ "liboqs", "post-quantum", "crypto", "napi", "node-addon", "binding", "pqcrypto", "encryption" ], "author": "Gregory Linford <oqs.js.useable828@passmail.net>", "license": "MIT", "engines": { "node": ">=14.0.0" }, "dependencies": { "node-addon-api": "^7.1.1", "node-gyp-build": "^4.8.4" }, "devDependencies": { "@types/node": "^22.15.21" } }