atikin-env-toolkit
Version:
Smart .env manager with validation, encryption, and multi-env switching. Created by Atikin Verse.
53 lines (52 loc) • 1.07 kB
JSON
{
"name": "atikin-env-toolkit",
"version": "1.0.0",
"description": "Smart .env manager with validation, encryption, and multi-env switching. Created by Atikin Verse.",
"main": "bin/index.js",
"bin": {
"atikin-env-toolkit": "./bin/index.js"
},
"scripts": {
"start": "node ./bin/index.js"
},
"keywords": [
"env",
"dotenv",
"cli",
"encryption",
"decryption",
"validation",
"schema validation",
"environment",
"environment variables",
"secure",
"security",
"dotenv encryption",
"dotenv validator",
"multi-environment",
"env switcher",
"env manager",
"config manager",
"nodejs",
"developer tools",
"devops",
"productivity",
"env encryption cli",
"dotenv schema",
"dotenv json converter",
"node cli",
"node tool",
"env toolkit",
"env safety",
"git safe env",
"dotenv lint",
"AtikinVerse",
"Cli",
"AtikinTools"
],
"author": "Atikin Verse",
"license": "MIT",
"dependencies": {
"commander": "^11.0.0"
}
}