bw-export/package.json

16 lines
538 B
JSON
Raw Normal View History

2023-03-19 21:07:09 +01:00
{
"name": "bw-export",
"version": "1.0.0",
"description": "bw-export is a simple bash script that exports a raw, encrypted JSON copy of your Bitwarden vault.",
"main": "export.sh",
"scripts": {
"docker-build": "docker build -t bw-export .",
"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"
}