{
  "name": "boho",
  "version": "1.0.3",
  "description": "Encryption, authentication, Secure communication",
  "type": "module",
  "exports": {
    "import": "./dist/boho.js",
    "require": "./dist/boho.cjs"
  },
  "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/boho#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remocons/boho.git"
  },
  "author": {
    "name": "Taeo Lee",
    "email": "sixgen@gmail.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "rollup": "^4.36.0"
  },
  "dependencies": {
    "meta-buffer-pack": "^2.0.6"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "node --test"
  }
}
