UNPKG

env-mirror

Version:

A tool that watches your .env file and updates your .env.example file

31 lines (30 loc) 627 B
{ "name": "env-mirror", "version": "1.1.3", "description": "A tool that watches your .env file and updates your .env.example file", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "mirror": "./bin/index.js" }, "repository": { "type": "git", "url": "https://github.com/davidekete/env-mirror" }, "keywords": [ "env", "env.example", "environmental", "variables", "variables", "node.js" ], "author": "David Ekete", "license": "ISC", "dependencies": { "chokidar": "^3.5.3", "commander": "^11.1.0" } }