IcyZip

package.json

All files · Open raw file

671 bytes · SHA-256: 78a3034f4cb5f22c3d7207daca80edfeb3eeb53dfab849dfa14760d2752b413c

{
  "name": "icyzip-e2ee-review",
  "version": "0.3.0",
  "private": true,
  "description": "Reviewable IcyZip authenticated browser E2EE protocol v3 and standalone tests.",
  "type": "module",
  "license": "Apache-2.0",
  "engines": { "node": ">=20" },
  "scripts": {
    "test": "node --test test/minimal.test.mjs test/crypto.test.mjs test/file-receive.test.mjs test/security-regressions.test.mjs test/provenance.test.mjs",
    "test:minimal": "node --test test/minimal.test.mjs",
    "security-regressions": "node --test test/security-regressions.test.mjs",
    "check:live": "node tools/snapshot.mjs --url https://icyzip.com/js/view/client_wsscript.js --check"
  }
}