@nitra/check-env
Version:
Check that the critical environment variables are set
35 lines (34 loc) • 714 B
JSON
{
"name": "@nitra/check-env",
"version": "3.2.0",
"description": "Check that the critical environment variables are set",
"type": "module",
"main": "./src/index.js",
"types": "./types/index.d.ts",
"exports": {
".": "./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nitra/checkenv.git"
},
"author": {
"name": "François Best",
"email": "contact@francoisbest.com",
"url": "https://francoisbest.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nitra/checkenv/issues"
},
"keywords": [
"env",
"check-env",
"nitra"
],
"prettier": "@nitra/prettier-config",
"files": [
"src",
"types"
]
}