boho
Version:
Secure Lightweight Encryption & Authentication Library for Node.js, Browsers and Arduino.
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "boho",
"version": "2.1.2",
"description": "Secure Lightweight Encryption & Authentication Library for Node.js, Browsers and Arduino.",
"type": "module",
"exports": {
"import": "./dist/boho.js",
"require": "./dist/boho.cjs"
},
"types": "dist/boho.d.ts",
"browser": "./dist/boho.min.js",
"jsdelivr": "./dist/boho.min.js",
"unpkg": "./dist/boho.min.js",
"keywords": [
"SSL",
"cipher",
"crypto",
"encryption",
"보호",
"암호"
],
"homepage": "https://github.com/remocons/iosignal/tree/main/packages/boho#readme",
"repository": {
"type": "git",
"url": "https://github.com/remocons/iosignal.git",
"directory": "packages/boho"
},
"author": {
"name": "Taeo Lee",
"email": "sixgen@gmail.com"
},
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^1.0.0",
"rollup": "^4.36.0"
},
"dependencies": {
"meta-buffer-pack": "^2.1.2"
},
"scripts": {
"build": "rollup -c",
"test": "node --test"
}
}