2023-03-19 21:07:09 +01:00
|
|
|
{
|
|
|
|
"name": "bw-export",
|
2024-02-12 23:03:05 +01:00
|
|
|
"version": "1.2.0",
|
2023-03-19 21:07:09 +01:00
|
|
|
"description": "bw-export is a simple bash script that exports a raw, encrypted JSON copy of your Bitwarden vault.",
|
|
|
|
"main": "export.sh",
|
|
|
|
"scripts": {
|
2024-02-12 23:03:05 +01:00
|
|
|
"start": "export $(cat .env | xargs) && bash export.sh",
|
|
|
|
"build": "docker build -t bw-export .",
|
|
|
|
"test": "docker run -v \"$PWD\":/export bw-export:latest",
|
2023-03-19 21:15:44 +01:00
|
|
|
"publish": "bash docker-publish.sh"
|
2023-03-19 21:07:09 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|