UNPKG

@tka85/dotenvenc

Version:

Encrypt and decrypt in-memory at runtime your .env file so you can store sensitive information (passwords etc.) in source control

55 lines 1.29 kB
{ "name": "@tka85/dotenvenc", "version": "5.4.2", "description": "Encrypt and decrypt in-memory at runtime your .env file so you can store sensitive information (passwords etc.) in source control", "main": "dist/src/index.js", "scripts": { "test": "mocha --reporter spec --timeout 100000 --exit", "build": "tsc" }, "repository": { "type": "git", "url": "git@github.com:tka85/dotenvenc.git" }, "bin": { "dotenvenc": "./bin/dotenvenc" }, "keywords": [ "dotenv", "encrypt", "decrypt", "secrets", "security", "vault", "safe", "password", "runtime", "in-memory" ], "author": "tka85", "license": "MIT", "dependencies": { "debug": "4.3.4", "dotenv": "16.0.3", "minimist": "1.2.8", "prompts": "2.4.2", "ts-node": "10.9.1" }, "devDependencies": { "@tsconfig/node18": "1.0.1", "@types/chai": "4.3.4", "@types/chai-as-promised": "7.1.5", "@types/mocha": "10.0.1", "@types/node": "18.15.9", "@types/rewire": "2.5.28", "@types/sinon": "10.0.13", "chai": "4.3.7", "chai-as-promised": "7.1.1", "eslint": "8.36.0", "eslint-plugin-import": "2.27.5", "mocha": "10.2.0", "rewire": "6.0.0", "sinon": "15.0.3", "typescript": "5.0.2" } }