botbook/node_modules/password-prompt/package.json
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

32 lines
830 B
JSON

{
"name": "password-prompt",
"description": "cross-platform masked or hidden prompt",
"version": "1.1.3",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/jdxcode/password-prompt/issues",
"dependencies": {
"ansi-escapes": "^4.3.2",
"cross-spawn": "^7.0.3"
},
"devDependencies": {
"jsdoc-to-markdown": "^8.0.0",
"standard": "^17.1.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jdxcode/password-prompt",
"keywords": [
"cli",
"input",
"password",
"prompt"
],
"license": "0BSD",
"main": "index.js",
"repository": "https://github.com/jdxcode/password-prompt",
"scripts": {
"docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
"version": "standard --fix && git add index.js && npm run docs && git add README.md"
}
}