{
  "name": "@wpe-tkpd/crypto",
  "version": "5.3.0",
  "description": "Utilities and functions related to cryptography such as encrypt, decrypt, sign, and verify",
  "sideEffects": false,
  "files": [
    "dist",
    "!__tests__",
    "!__dangerous_tests__"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tokopedia/web-custom-libraries.git"
  },
  "license": "Proprietary",
  "bugs": {
    "url": "https://github.com/tokopedia/web-custom-libraries/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.13",
    "@peculiar/asn1-schema": "^2.0.27",
    "@types/blueimp-md5": "^2.18.0",
    "asmcrypto.js": "^0.22.0",
    "asn1js": "^2.0.26",
    "blueimp-md5": "^2.19.0",
    "fastestsmallesttextencoderdecoder": "^1.0.22",
    "pvtsutils": "^1.1.2",
    "webcrypto-core": "^1.7.1",
    "webcrypto-liner": "^1.3.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/eslint-parser": "^7.12.16",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-decorators": "^7.12.12",
    "@babel/plugin-proposal-export-default-from": "^7.12.1",
    "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/plugin-proposal-optional-chaining": "^7.12.7",
    "@babel/plugin-syntax-async-generators": "^7.8.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-destructuring": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/plugin-transform-typescript": "^7.13.0",
    "@babel/preset-env": "^7.12.11",
    "@peculiar/webcrypto": "^1.3.2",
    "@types/asn1js": "^2.0.0",
    "@types/is-base64": "^1.1.0",
    "@types/jest": "^27.0.0",
    "@types/node": "^12.0.0",
    "@typescript-eslint/eslint-plugin": "^4.11.1",
    "@typescript-eslint/parser": "^4.11.1",
    "@wpe-tkpd/testing": "^1.1.0",
    "babel-jest": "^27.0.0",
    "babel-plugin-lodash": "^3.3.4",
    "confusing-browser-globals": "^1.0.10",
    "eslint": "^7.17.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-no-secrets": "^0.6.8",
    "eslint-plugin-prettier": "^3.3.0",
    "is-base64": "^1.1.0",
    "jest": "^27.0.0",
    "lint-staged": "^10.5.3",
    "ts-jest": "~27.0.0",
    "typescript": "^4.6.2"
  },
  "scripts": {
    "test": "jest",
    "tc": "tsc --noEmit",
    "lint:staged": "lint-staged -c lint-staged.config.js",
    "lint": "pnpm run lint:staged && pnpm run tc",
    "babel:build": "babel src -d dist --extensions '.js,.jsx,.ts,.tsx' --ignore '**/__tests__/**' --verbose",
    "dev": "babel -w src -d dist --extensions '.js,.jsx,.ts,.tsx' --ignore '**/*.(test).(j|t)sx?' --verbose --source-maps",
    "build-package:webpack": "pnpx webpack --config webpack.config.js && tsc --emitDeclarationOnly",
    "build-package:babel": "pnpm run babel:build && tsc --emitDeclarationOnly",
    "build": "rm -rf dist && pnpm run build-package:babel"
  }
}