mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
The Bitwarden CLI is a powerful, full-featured command-line interface (CLI) tool to access and manage a Bitwarden vault. The CLI is written with TypeScript and Node.js and can be run on Windows, macOS, and Linux distributions. WWW: https://bitwarden.com Requested by: 000.fbsd@quip.cz (via ports) Tested by: 000.fbsd@quip.cz
19 lines
545 B
JSON
19 lines
545 B
JSON
{
|
|
"name": "@bitwarden/components",
|
|
"version": "0.0.0",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
|
|
"storybook": "npm run docs:json && start-storybook -p 6006",
|
|
"build-storybook": "npm run docs:json && build-storybook",
|
|
"chromatic": "chromatic --exit-zero-on-changes"
|
|
},
|
|
"private": true
|
|
}
|