UNPKG

@dotenvx/dotenvx-pro

Version:
72 lines (71 loc) 1.77 kB
{ "version": "0.26.0", "name": "@dotenvx/dotenvx-pro", "description": "Secrets Manager for Env Files", "author": "@motdotla", "keywords": [ "dotenvx", "dotenv", "env", "secrets manager", "secrets", "manager" ], "homepage": "https://github.com/dotenvx/dotenvx-pro", "repository": "dotenvx/dotenvx-pro", "files": [ "src/**/*", "CHANGELOG.md" ], "main": "src/lib/main.js", "bin": { "dotenvx-pro": "./src/cli/dotenvx-pro.js" }, "scripts": { "standard": "standard", "standard:fix": "standard --fix", "test": "tap run --allow-empty-coverage --disable-coverage --timeout=60000", "test-coverage": "tap run --show-full-coverage --timeout=60000", "testshell": "bash shellspec", "prerelease": "npm test && npm run testshell", "release": "standard-version", "patch": "patch-package" }, "funding": "https://dotenvx.com", "dependencies": { "@clack/core": "^0.4.2", "@dotenvx/dotenvx": "^1.45.1", "arch": "^2.1.1", "bip39": "^3.1.0", "commander": "^11.1.0", "conf": "^10.2.0", "dotenv": "^16.4.5", "eciesjs": "^0.4.7", "enquirer": "^2.4.1", "execa": "^5.1.1", "fdir": "^6.2.0", "is-wsl": "^2.1.1", "object-treeify": "^1.1.33", "open": "^8.4.2", "pdf-lib": "^1.17.1", "qrcode": "^1.5.3", "systeminformation": "^5.22.11", "table": "^6.8.2", "undici": "^5.28.3", "winston": "^3.11.0" }, "devDependencies": { "@yao-pkg/pkg": "^5.14.2", "capture-console": "^1.0.2", "pdfkit": "^0.15.0", "proxyquire": "^2.1.3", "sinon": "^14.0.1", "standard": "^17.1.0", "standard-version": "^9.5.0", "tap": "^18.7.0", "tmp": "^0.2.3" }, "publishConfig": { "access": "public" } }