dotenvx-interactive-cli
Version:
An interactive CLI tool for managing .env files with dotenvx - encrypt, decrypt, and manage environment variables with ease.
72 lines (71 loc) • 1.94 kB
JSON
{
"name": "dotenvx-interactive-cli",
"version": "1.3.3",
"description": "An interactive CLI tool for managing .env files with dotenvx - encrypt, decrypt, and manage environment variables with ease.",
"author": "Maxiviper117",
"license": "MIT",
"keywords": [
"cli",
"typescript",
"bun",
"dotenvx",
"env",
"environment",
"encryption",
"interactive",
"precommit"
],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/Maxiviper117/dotenvx-interactive-cli.git"
},
"bugs": {
"url": "https://github.com/Maxiviper117/dotenvx-interactive-cli/issues"
},
"homepage": "https://github.com/Maxiviper117/dotenvx-interactive-cli#readme",
"module": "dist/index.js",
"type": "module",
"bin": {
"dotenvx-interactive-cli": "dist/index.js"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@effect/cli": "0.75.1",
"@effect/cluster": "0.58.0",
"@effect/experimental": "0.60.0",
"@effect/platform": "0.96.0",
"@effect/platform-node": "0.106.0",
"@effect/printer": "0.49.0",
"@effect/printer-ansi": "0.49.0",
"@effect/rpc": "0.75.0",
"@effect/sql": "0.51.0",
"@effect/workflow": "0.18.0",
"@inquirer/prompts": "8.4.3",
"@types/glob": "9.0.0",
"effect": "3.21.2",
"glob": "13.0.6"
},
"devDependencies": {
"@types/bun": "1.3.14",
"@types/node": "22.14.1",
"tsup": "8.5.1",
"typescript": "6.0.3",
"vitest": "4.1.8"
}
}