2023-03-23 11:43:27 +01:00
|
|
|
{
|
|
|
|
"name": "@bitwarden/importer",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Home for all Bitwarden importers.",
|
|
|
|
"keywords": [
|
|
|
|
"bitwarden"
|
|
|
|
],
|
|
|
|
"author": "Bitwarden Inc.",
|
|
|
|
"homepage": "https://bitwarden.com",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bitwarden/clients"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"scripts": {
|
2023-05-19 14:23:44 +02:00
|
|
|
"clean": "rimraf dist",
|
2023-03-23 11:43:27 +01:00
|
|
|
"build": "npm run clean && tsc",
|
|
|
|
"build:watch": "npm run clean && tsc -watch"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-04-19 11:30:46 +02:00
|
|
|
"@bitwarden/common": "file:../common",
|
|
|
|
"@bitwarden/exporter": "file:../exporter"
|
2023-03-23 11:43:27 +01:00
|
|
|
}
|
|
|
|
}
|