UNPKG

dotlock

Version:

A cli tool to encrypt and decrypt .env files

32 lines (31 loc) 615 B
{ "name": "dotlock", "version": "1.1.0", "description": "A cli tool to encrypt and decrypt .env files", "bin": { "dotlock": "./bin/env-encrypter.js" }, "dependencies": { "chalk": "^5.4.1", "chokidar": "^4.0.3", "commander": "latest" }, "type": "module", "author": "Siddhant Chaturvedi", "repository": { "type": "git", "url": "git+https://github.com/siddhantcvdi/env-encrypter.git" }, "keywords": [ "env", "encryption", "dotenv", "security", "cli", "nodejs", "dotenv-encrypt", "secure-env", "env-encrypter", "encrypt env" ] }