Add dotenv file operations

This commit is contained in:
David Ibia
2026-01-13 18:20:37 +01:00
parent 2b4ff5bf81
commit 46c7a34355
10 changed files with 1058 additions and 14 deletions

View File

@@ -1,9 +1,23 @@
{
"name": "envsitter",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"type": "module",
"description": "Safely inspect and match .env secrets without exposing values",
"keywords": [
"dotenv",
"env",
"secrets",
"secret",
"security",
"hmac",
"fingerprint",
"audit",
"cli",
"devops",
"configuration",
"config"
],
"license": "MIT",
"bin": {
"envsitter": "dist/cli.js"