-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81bd943
commit 7770ee3
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"repository": { | ||
"url": "https://github.com/brian-dlee/smuggler" | ||
}, | ||
"version": "0.1.5", | ||
"description": "", | ||
"version": "0.1.6", | ||
"description": "Smuggle large configuration variables into Vercel deployments in an encrypted format.", | ||
"main": "./dist/index.js", | ||
"bin": { | ||
"smuggler": "./dist/cli.js" | ||
|
@@ -21,8 +21,17 @@ | |
"build": "tsc", | ||
"test": "jest" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"keywords": [ | ||
"vercel", | ||
"prisma", | ||
"cloud sql", | ||
"ssl", | ||
"encryption", | ||
"4kb", | ||
"environment variable", | ||
"secrets" | ||
], | ||
"author": "Brian Lee <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/jest": "^27.4.1", | ||
|