bw-export/package.json

18 lines
655 B
JSON
Raw Normal View History

2023-03-19 21:07:09 +01:00
{
"name": "bw-export",
"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": {
"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"
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"
}