UNPKG

secure-env-ts

Version:
53 lines (52 loc) 1.21 kB
{ "name": "secure-env-ts", "version": "2.0.0", "description": "Use ENVs securely with encryption", "license": "MIT", "author": "kunalpanchal", "contributors": [ { "name": "yoyo1234", "email": "johann@buscail.eu", "url": "https://github.com/johannb75" } ], "main": "dist/index.js", "bin": { "secure-env": "dist/cli.js" }, "scripts": { "test": "cd ./test && ts-node ./index.ts", "test:secure-env": "cd ./test && ../dist/cli.js -s mySecret", "watch-build": "tsc --watch", "build": "tsc", "prepublish": "yarn build" }, "repository": { "type": "git", "url": "https://github.com/augusto-joecoffee/secure-env" }, "keywords": [ "dotenv", "secure-env", "encrypt-env", "decrypt-env" ], "devDependencies": { "@types/command-exists": "^1.2.0", "@types/diff": "^5.0.1", "@types/inquirer": "^8.1.3", "@types/minimist": "^1.2.2", "@types/node": "^16.10.2", "ts-node": "^10.2.1", "typescript": "^4.4.3" }, "dependencies": { "colorette": "^2.0.16", "command-exists": "^1.2.9", "cryptr": "^6.3.0", "diff": "^5.0.0", "inquirer": "^8.2.0", "minimist": "^1.2.0" } }