dotenv support (#122)

Signed-off-by: Aron Jones <aron.jones@gmail.com>
This commit is contained in:
Aron Jones
2025-04-16 18:33:12 -04:00
committed by GitHub
parent 05c458b51e
commit 40266beebe
3 changed files with 14 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
"@inkjs/ui": "^2.0.0",
"chalk": "^5.2.0",
"diff": "^7.0.0",
"dotenv": "^16.1.4",
"file-type": "^20.1.0",
"ink": "^5.2.0",
"ink-select-input": "^6.0.0",
@@ -2435,6 +2436,17 @@
"node": ">=6.0.0"
}
},
"node_modules/dotenv": {
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz",
"integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/dunder-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",