您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617
  1. {
  2. "name": "lesspass-crypto",
  3. "version": "9.1.9",
  4. "description": "LessPass cryptographic functions",
  5. "license": "GPL-3.0",
  6. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  7. "files": [
  8. "index.js"
  9. ],
  10. "main": "index.js",
  11. "scripts": {
  12. "test": "jest"
  13. },
  14. "devDependencies": {
  15. "jest": "^26.6.3"
  16. }
  17. }