{
  "name": "virgil-crypto",
  "version": "5.1.2",
  "description": "Virgil JavaScript Crypto Library is a high-level cryptographic library that allows you to perform all necessary operations for secure storing and transferring data and everything required to become HIPAA and GDPR compliant.",
  "main": "./dist/node.cjs.js",
  "module": "./dist/node.es.js",
  "browser": {
    "./dist/node.cjs.js": "./browser.cjs.js",
    "./dist/node.es.js": "./browser.es.js"
  },
  "typings": "./dist/types/index.d.ts",
  "files": [
    "dist",
    "browser.cjs.js",
    "browser.cjs.d.ts",
    "browser.es.js",
    "browser.es.d.ts",
    "worker.cjs.js",
    "worker.cjs.d.ts",
    "worker.es.js",
    "worker.es.d.ts"
  ],
  "repository": "https://github.com/VirgilSecurity/virgil-crypto-javascript/tree/master/packages/virgil-crypto",
  "author": "Virgil Security Inc. <support@virgilsecurity.com>",
  "license": "BSD-3-Clause",
  "keywords": [
    "security",
    "elliptic",
    "elliptic curve",
    "virgil",
    "virgilsecurity",
    "encryption",
    "crypto"
  ],
  "scripts": {
    "test": "mocha -t 0 -r ts-node/register src/**/*.test.ts",
    "build": "rollup -c",
    "clean": "rimraf .rpt2_cache dist",
    "prepare": "npm run clean && npm run build"
  },
  "dependencies": {
    "@virgilsecurity/core-foundation": "^2.1.0",
    "@virgilsecurity/crypto-types": "^2.0.0",
    "@virgilsecurity/data-utils": "^2.0.0",
    "@virgilsecurity/init-utils": "^2.0.0",
    "@virgilsecurity/sdk-crypto": "^2.0.0",
    "html-webpack-plugin": "5.5.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "25.0.7",
    "@rollup/plugin-node-resolve": "15.2.3",
    "@rollup/plugin-terser": "0.4.4",
    "@rollup/plugin-typescript": "11.1.6",
    "@rollup/plugin-wasm": "^6.1.3",
    "@types/chai": "^4.2.7",
    "@types/mocha": "^5.2.7",
    "@types/node": "^13.1.8",
    "builtin-modules": "^3.1.0",
    "chai": "^4.2.0",
    "mocha": "^10.2.0",
    "rimraf": "^3.0.0",
    "rollup": "3.21.0",
    "rollup-plugin-copy": "3.4.0",
    "rollup-plugin-re": "1.0.7",
    "ts-node": "10.9.2",
    "typescript": "5.4.5"
  }
}
