mirror of https://github.com/bitwarden/cli.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
893 B
34 lines
893 B
{ |
|
"name": "@bitwarden/cli", |
|
"description": "A secure and free password manager for all of your devices.", |
|
"version": "1.0.0", |
|
"keywords": [ |
|
"bitwarden", |
|
"password", |
|
"vault", |
|
"password manager" |
|
], |
|
"author": "8bit Solutions LLC <hello@bitwarden.com> (https://bitwarden.com)", |
|
"homepage": "https://bitwarden.com", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/bitwarden/cli" |
|
}, |
|
"license": "GPL-3.0", |
|
"scripts": {}, |
|
"bin": { |
|
"bw": "./src/bw.js" |
|
}, |
|
"devDependencies": { |
|
"@types/commander": "^2.12.2", |
|
"@types/node": "^10.0.8" |
|
}, |
|
"dependencies": { |
|
"commander": "^2.15.1", |
|
"node-fetch": "2.1.2", |
|
"node-localstorage": "1.3.1", |
|
"tsconfig-paths": "3.3.2", |
|
"ts-node": "6.0.3", |
|
"typescript": "^2.7.1" |
|
} |
|
}
|
|
|