crenvex
Version:
Generate .env.example easily
33 lines (32 loc) • 620 B
JSON
{
"name": "crenvex",
"version": "1.0.5",
"description": "Generate .env.example easily",
"keywords": [
"dot-env",
"dotenv",
"env",
"env-example",
".env",
".env.example",
"cli"
],
"license": "MIT",
"author": "kmscompany",
"type": "commonjs",
"main": "bin/cli.js",
"bin": {
"crenvex": "bin/cli.js"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/natreeum/crenvex"
},
"bugs": {
"url": "https://github.com/natreeum/crenvex/issues"
},
"homepage": "https://github.com/natreeum/crenvex#readme"
}