{
  "name": "@originjs/crypto-js-wasm",
  "version": "1.1.1",
  "description": "An alternative to crypto-js implemented with WebAssembly and ESM",
  "main": "lib/index.js",
  "files": [
    "lib",
    "types"
  ],
  "scripts": {
    "build": "npm run clean && node build/build.js",
    "clean": "rimraf lib",
    "test": "jest",
    "coverage": "jest --coverage",
    "lint": "eslint src test",
    "lint-fix": "eslint --fix src test"
  },
  "types": "types/index.d.ts",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "author": {
    "name": "peteralfredlee"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/originjs/crypto-js-wasm"
  },
  "bugs": {
    "url": "https://github.com/originjs/crypto-js-wasm/issues"
  },
  "license": "MulanPSL2",
  "keywords": [
    "security",
    "crypto",
    "WebAssembly",
    "WASM",
    "Hash",
    "MD5",
    "SHA1",
    "SHA-1",
    "SHA256",
    "SHA-256",
    "RC4",
    "Rabbit",
    "AES",
    "DES",
    "PBKDF2",
    "HMAC",
    "OFB",
    "CFB",
    "CTR",
    "CBC",
    "Base64"
  ],
  "devDependencies": {
    "@babel/core": "^7.6.3",
    "@babel/eslint-parser": "^7.18.9",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/plugin-transform-modules-commonjs": "^7.6.0",
    "@babel/preset-env": "^7.6.3",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.2",
    "babel-jest": "^24.9.0",
    "chalk": "^2.4.2",
    "crypto-js": "^4.1.1",
    "eslint": "^8.21.0",
    "husky": "^3.0.8",
    "jest": "^27.5.1",
    "lint-staged": "^9.4.2",
    "ora": "^4.0.2",
    "pre-commit": "^1.2.2",
    "rimraf": "^3.0.0",
    "rollup": "^2.77.2",
    "terser": "^4.3.8",
    "zlib": "^1.0.5"
  },
  "dependencies": {
    "add": "^2.0.6",
    "global": "^4.4.0",
    "pako": "^2.0.4"
  }
}
