mirror of
https://github.com/Mastermindzh/bw-export
synced 2024-11-22 14:53:18 +01:00
18 lines
655 B
JSON
18 lines
655 B
JSON
{
|
|
"name": "bw-export",
|
|
"version": "1.2.0",
|
|
"description": "bw-export is a simple bash script that exports a raw, encrypted JSON copy of your Bitwarden vault.",
|
|
"main": "export.sh",
|
|
"scripts": {
|
|
"start": "export $(cat .env | xargs) && bash export.sh",
|
|
"build": "docker build -t bw-export .",
|
|
"test": "docker run -v \"$PWD\":/export bw-export:latest",
|
|
"publish": "bash docker-publish.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.mastermindzh.tech:mastermindzh/bitwarden-encrypted-json-sync.git"
|
|
},
|
|
"author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com/)",
|
|
"license": "MIT"
|
|
} |