{
  "name": "sjcl-es",
  "version": "2.0.0",
  "description": "Tiny 2.72kB AES-GCM library",
  "type": "module",
  "module": "./sjcl.js",
  "exports": "./sjcl.js",
  "author": "bitwiseshiftleft",
  "license": "(BSD-2-Clause OR GPL-2.0-only)",
  "homepage": "https://github.com/liufei/sjcl-es",
  "keywords": [
    "encryption",
    "high-level",
    "crypto",
    "tiny",
    "aes",
    "gcm"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/liufei/sjcl-es.git"
  },
  "scripts": {
    "test": "make test",
    "jsdoc": "jsdoc -c jsdoc.conf.json",
    "lint": "eslint . || true"
  },
  "browser": {
    "crypto": false
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "devDependencies": {
    "eslint": "^2.11.1",
    "jsdoc": "3.4.0"
  }
}
