{
  "name": "@lingxiteam/security",
  "version": "1.3.16",
  "description": "灵犀安全加密包",
  "main": "lib/cjs/index.js",
  "unpkg": "lib/umd/lcdp-security.min.js",
  "module": "lib/es/index.js",
  "types": "lib/types.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "rollup -c --watch",
    "build": "rollup -c && cp ./src/types.d.ts ./lib/",
    "build:test": "rollup main.js --format es --file bundle.js",
    "prepublishOnly": "npm run build"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/preset-env": "^7.24.4",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.5",
    "@types/crypto-js": "^4.2.2",
    "@types/uuid": "^9.0.8",
    "@types/wechat-miniprogram": "^3.4.7",
    "rollup": "3.29.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "crypto-js": "^4.2.0",
    "jsencrypt": "^3.3.2",
    "merge": "^2.1.1",
    "uuid": "^9.0.1"
  }
}
