verify-env-cli
Version:
Simple CLI to validate your environment variables
32 lines (31 loc) • 641 B
JSON
{
"name": "verify-env-cli",
"version": "1.0.4",
"main": "./bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [
"cli",
"env",
"checker",
"env-checker",
"env-checker-cli",
"development-tool"
],
"author": "zedento",
"description": "Simple CLI to validate your environment variables",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/AliAbdullah0/env-verify-cli"
},
"dependencies": {
"chalk": "^5.4.1",
"dotenv": "^16.4.7"
},
"bin": {
"env-checker": "./bin/index.js"
}
}