hidr
Version:
A CLI tool for securely sharing secrets
39 lines (38 loc) • 821 B
JSON
{
"name": "hidr",
"version": "1.2.2",
"description": "A CLI tool for securely sharing secrets",
"main": "dist/index.js",
"bin": {
"hidr": "dist/index.js"
},
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"secrets",
"credentials",
"share"
],
"author": "georgeben",
"license": "ISC",
"dependencies": {
"commander": "^13.1.0",
"env-paths": "^3.0.0",
"isbinaryfile": "^5.0.4",
"ms": "^2.1.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"rollup": "^4.34.9"
},
"files": [
"dist",
"README.md"
]
}