UNPKG

create-envexample

Version:

A simple CLI tool to create .env.example files from your .env files, making it easier to share environment variable structures without exposing sensitive data

53 lines (52 loc) 1.25 kB
{ "name": "create-envexample", "version": "1.2.3", "description": "A simple CLI tool to create .env.example files from your .env files, making it easier to share environment variable structures without exposing sensitive data", "main": "src/index.js", "type": "module", "bin": { "create-envexample": "src/index.js" }, "scripts": { "start": "node src/index.js" }, "keywords": [ "env", "dotenv", "environment", "example", "env-example", "template", "env-template", "cli", "environment-variables" ], "author": { "name": "Anish Biswas", "email": "xevenbiswas@gmail.com", "url": "https://github.com/xeven777" }, "license": "ISC", "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/xeven777/create-envexample.git" }, "bugs": { "url": "https://github.com/xeven777/create-envexample/issues" }, "homepage": "https://github.com/xeven777/create-envexample#readme", "files": [ "src/index.js", "index.d.ts", "README.md", "LICENSE" ], "dependencies": {}, "devDependencies": {}, "publishConfig": { "access": "public" } }