25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 279 B

1234567891011121314
  1. {
  2. "name": "lesspass-crypto",
  3. "version": "8.0.2",
  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. }