jsencrypt-ext
Version:
A Javascript library to extend jsencrypt and can encrypt/decrypt long message
59 lines (58 loc) • 1.56 kB
JSON
{
"name": "jsencrypt-ext",
"version": "2.1.2",
"description": "A Javascript library to extend jsencrypt and can encrypt/decrypt long message",
"main": "lib/index.js",
"typings": "lib/types/index.d.ts",
"scripts": {
"build": "zx ./build.mjs",
"build:types": "tsc --project tsconfig.types.json"
},
"author": {
"name": "bartlian"
},
"license": "MIT",
"dependencies": {
"jsencrypt": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.57.1",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.17.15",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"rollup-plugin-esbuild": "^5.0.0",
"typescript": "^5.0.3",
"zx": "^7.2.1"
},
"repository": {
"type": "git",
"url": "git@github.com:bartlian/jsencrypt-ext.git"
},
"files": [
"lib"
],
"keywords": [
"rsa",
"jsencrypt",
"long message",
"分段加密",
"分段解密",
"分段加解密"
]
}