@imduchuyyy/crypt-env
Version:
Secure environment manager with profile-based encrypted storage
31 lines • 911 B
JSON
{
"name": "@imduchuyyy/crypt-env",
"version": "0.1.3",
"module": "index.ts",
"description": "Secure environment manager with profile-based encrypted storage",
"author": "Duc Huy <imduchuyyy@gmail.com>",
"homepage": "https://github.com/imduchuyyy/crypt-env",
"license": "MIT",
"keywords": ["encrypt-env", "secure-env", "env-encrypt", "env-secure", "env-manager", "env-encrypt-manager", "env-secure-manager"],
"type": "module",
"scripts": {
"build": "bun build ./index.ts --compile --outfile build/crypt-env"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"bin": {
"crypt-env": "build/crypt-env"
},
"dependencies": {
"@types/crypto-js": "^4.2.2",
"@types/update-notifier": "^6.0.8",
"commander": "^13.1.0",
"crypto-js": "^4.2.0",
"inquirer": "^12.4.1",
"update-notifier": "^7.3.1"
}
}