Files
ports/security/bitwarden-cli/files/packagejsons/libs/admin-console/package.json
T
Hiroki Tagato 43b9a30a5c security/bitwarden-cli: update to 2024.1.0
While here, modify and host FreeBSD node patch files so that they can
be cleanly applied to node 18.15.0, which is needed by this port.

Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.1.0

Reported by:	GitHub (watch releases)
2024-01-16 13:00:58 +09:00

21 lines
494 B
JSON

{
"name": "@bitwarden/admin-console",
"version": "0.0.0",
"description": "Common code used across Bitwarden JavaScript projects.",
"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"
}
}