UNPKG

aead-stream

Version:

Authenticated encryption on arbitrary large files

44 lines (43 loc) 1.01 kB
{ "name": "aead-stream", "version": "0.1.0", "description": "Authenticated encryption on arbitrary large files", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest --collect-coverage", "test:watch": "jest --watch", "build": "tsc", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/MaxFichtelmann/aead-stream.git" }, "keywords": [ "aes-gcm", "aead", "chacha20-poly1305", "crypto" ], "author": "Max Fichtelmann <max.fichtelmann@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/MaxFichtelmann/aead-stream/issues" }, "homepage": "https://github.com/MaxFichtelmann/aead-stream#readme", "engines": { "node": ">=16.0.0", "electron": ">=20.0.0" }, "devDependencies": { "@types/jest": "^29.5.1", "@types/node": "^18.16.2", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "files": [ "dist/" ] }