package.json 522 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "wxmp-rsa",
  3. "version": "2.1.0",
  4. "description": "兼容小程序环境的rsa加解密库,支持超长文本和中文字符",
  5. "author": "neohan",
  6. "main": "dist/index.js",
  7. "scripts": {
  8. "build": "tsc"
  9. },
  10. "keywords": [
  11. "wxmp",
  12. "rsa",
  13. "jsencrypt",
  14. "crypt",
  15. "miniprogram"
  16. ],
  17. "license": "MIT",
  18. "files": [
  19. "dist"
  20. ],
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/neohan666/wxmp-rsa.git"
  24. },
  25. "devDependencies": {
  26. "typescript": "^4.3.5"
  27. }
  28. }