Prepare npm publish with README and MIT license

This commit is contained in:
David Ibia
2026-01-12 10:46:12 +01:00
parent 578365a667
commit 40dbd4432f
3 changed files with 213 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "envsitter",
"version": "0.1.0",
"private": true,
"version": "0.0.1",
"private": false,
"type": "module",
"description": "Safely inspect and match .env secrets without exposing values",
"license": "MIT",
"bin": {
"envsitter": "./dist/cli.js"
"envsitter": "dist/cli.js"
},
"exports": {
".": {