{
  "name": "@ido-team/authentication-for-js",
  "version": "1.1.25",
  "description": "authentication-for-js",
  "main": "lib/index.es.js",
  "exports": {
    ".": {
      "import": "./lib/index.es.js",
      "require": "./lib/index.umd.js"
    },
    "./lib/": "./lib/"
  },
  "types": "types/index.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "vite build --emptyOutDir && npm run build:types",
    "build:types": "rimraf types && tsc -d",
    "build:docs": "vite build docs",
    "prepare": "husky install",
    "publish": "npm run build && npm publish --access=public",
    "commit": "git-cz",
    "commit:push": "git add . && git-cz && git push"
  },
  "keywords": [
    "authentication",
    "jsencrypt",
    "sm2",
    "sm4"
  ],
  "author": "guijixing",
  "license": "MIT",
  "dependencies": {
    "jsencrypt": "^3.3.2",
    "md5": "^2.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-typescript": "^7.15.0",
    "@commitlint/cli": "^16.2.3",
    "@commitlint/config-conventional": "^16.2.1",
    "@rollup/plugin-babel": "^5.3.0",
    "@types/md5": "^2.3.2",
    "@types/node": "^16.11.9",
    "@vitejs/plugin-vue": "^1.9.3",
    "@vue/compiler-sfc": "^3.2.35",
    "@vue/server-renderer": "^3.2.35",
    "husky": "^7.0.4",
    "less": "^4.1.2",
    "prismjs": "^1.25.0",
    "qs": "^6.11.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.0.0",
    "sm-crypto": "^0.3.12",
    "typescript": "^4.5.2",
    "vite": "2.7.12",
    "vite-plugin-md": "^0.11.4"
  },
  "files": [
    "lib",
    "types"
  ],
  "browserslist": [
    "current node",
    "last 2 versions and > 2%",
    "ie > 10"
  ]
}
