UNPKG

tumba

Version:

Encrypt and Decrypt files using AES-GCM 256 with PBKDF2 derived keys

45 lines (44 loc) 1.04 kB
{ "name": "tumba", "version": "1.0.4", "description": "Encrypt and Decrypt files using AES-GCM 256 with PBKDF2 derived keys", "type": "module", "bin": { "tumba": "bin/index.js" }, "scripts": { "prettier": "npx prettier bin lib --check", "lint": "npx eslint bin lib", "format": "npm run prettier -- --write && npm run lint -- --fix", "test": "npm run prettier && npm run lint" }, "dependencies": { "file-type": "^20.5.0", "inquirer": "^12.6.0", "meow": "^13.2.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.25.1", "eslint": "^9.25.1", "eslint-config-prettier": "^10.1.2", "globals": "^16.0.0", "prettier": "^3.5.3" }, "engines": { "node": ">=20.19.1" }, "keywords": [ "AES-GCM", "PBKDF2", "Webcrypto", "CLI" ], "homepage": "https://github.com/antruc/tumba#readme", "repository": { "type": "git", "url": "git+https://github.com/antruc/tumba.git" }, "author": "Antruc", "license": "MIT" }