1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-24 03:32:51 +02:00
bitwarden-browser/libs/tools/generator/extensions/legacy/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
754 B
JSON
Raw Normal View History

{
"name": "@bitwarden/generator-legacy",
"version": "0.0.0",
"description": "Deprecated Bitwarden credential generation services",
"keywords": [
"bitwarden"
],
"author": "Bitwarden Inc.",
"homepage": "https://bitwarden.com",
"repository": {
"type": "git",
"url": "https://github.com/bitwarden/clients"
},
"license": "GPL-3.0",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"build:watch": "npm run clean && tsc -watch"
},
"dependencies": {
"@bitwarden/common": "file:../../../common",
"@bitwarden/generator-core": "file:../core",
"@bitwarden/generator-history": "file:../extensions/history",
"@bitwarden/generator-navigation": "file:../extensions/navigation"
}
}