@nishantsingh/verifyenv
Version:
Checks for missing env variables
36 lines (35 loc) • 742 B
JSON
{
"name": "@nishantsingh/verifyenv",
"version": "1.0.5",
"description": "Checks for missing env variables",
"main": "lib/index.js",
"scripts": {},
"author": "the-nishant-singh",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"dotenv": "^16.0.1",
"lodash": "^4.17.21"
},
"keywords": [
"dotenv",
"config",
"environment",
"checker",
"generator",
"conf",
"env",
"file",
"check",
"sync",
"variables"
],
"repository": {
"type": "git",
"url": "git@github.com:the-nishant-singh/verifyenv.git"
},
"bugs": {
"url": "https://github.com/the-nishant-singh/verifyenv/issues"
},
"homepage": "https://github.com/the-nishant-singh/verifyenv#readme"
}