Add dotenv file operations
This commit is contained in:
16
package.json
16
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user