env-encryptor
Version:
CLI untuk enkripsi, dekripsi, upload, dan download file .env
33 lines (32 loc) • 743 B
JSON
{
"name": "env-encryptor",
"version": "1.0.11",
"description": "CLI untuk enkripsi, dekripsi, upload, dan download file .env",
"main": "src/encryptor.js",
"bin": {
"envim": "bin/env-manager.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/abdillah98/env-manager"
},
"dependencies": {
"axios": "^1.8.2",
"commander": "^13.1.0",
"crypto": "^1.0.1",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"readline-sync": "^1.4.10"
},
"keywords": [
"env",
"env-manager",
"env-encryptor",
"env-decryptor"
],
"author": "Abdillah AG",
"license": "MIT"
}