2024-05-30 21:38:31 +02:00
|
|
|
{
|
|
|
|
|
"name": "@bitwarden/generator-components",
|
|
|
|
|
"version": "0.0.0",
|
2024-06-20 10:49:23 -04:00
|
|
|
"description": "Angular components for the Bitwarden credential generators",
|
2024-05-30 21:38:31 +02:00
|
|
|
"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",
|
2025-09-23 16:52:17 -04:00
|
|
|
"build:watch": "npm run clean && tsc -watch",
|
|
|
|
|
"test": "jest --passWithNoTests"
|
2024-05-30 21:38:31 +02:00
|
|
|
}
|
|
|
|
|
}
|