{
  "name": "@eluvio/crypto",
  "version": "1.1.2",
  "description": "Library of crypto functionality for Eluvio. High-performance is achieved through use of WebAssembly.",
  "main": "src/index.js",
  "module": "src/index.js",
  "browser": {
    "fs": false
  },
  "type": "module",
  "scripts": {
    "build": "npm run prepare -- MinSizeRel && npm run format && webpack --stats verbose --config webpack.config.babel.cjs",
    "bump-version": "npm --git-tag-version --no-commit-hooks version patch",
    "clean": "scripts/clean.sh",
    "dev": "echo \"Error: no dev specified\" && exit 1",
    "format": "prettier --no-semi --single-quote --write '{,!(dist|node_modules)/**/}*.{js,json,mjs,html,md}'",
    "prepare": "scripts/prepare.sh",
    "prepublishOnly": "rm -f *.tmp",
    "test": "jest --runInBand",
    "test-one": "jest --runInBand -t \"one\"",
    "test-debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qluvio/elv-crypto.git"
  },
  "author": "Paul O'Leary, Peter Tseng <peter@eluv.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qluvio/elv-crypto/issues"
  },
  "homepage": "https://github.com/qluvio/elv-crypto#readme",
  "devDependencies": {
    "@babel/core": "^7.23.0",
    "@babel/preset-env": "^7.22.20",
    "@babel/register": "^7.22.15",
    "babel-loader": "^9.1.3",
    "eslint-plugin-html": "^7.1.0",
    "file-loader": "^6.2.0",
    "jest": "^29.7.0",
    "jest-puppeteer": "^9.0.0",
    "node-polyfill-webpack-plugin": "^2.0.1",
    "prettier": "^3.0.3",
    "puppeteer": "^21.3.6",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4",
    "webpack-node-externals": "^3.0.0"
  },
  "dependencies": {
    "through2": "^4.0.2"
  },
  "standard": {
    "envs": [
      "jest"
    ],
    "ignore": [
      "ElvCryptoWasm.js"
    ],
    "plugins": [
      "html"
    ]
  },
  "keywords": [
    "eluvio",
    "security",
    "crypt",
    "crypto",
    "cryptography",
    "ecies",
    "elliptic",
    "encryption",
    "milagro"
  ]
}
