mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Changelog: - https://github.com/bitwarden/clients/releases/tag/cli-v2025.1.2 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.1.3 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.2.0 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.3.0 - https://github.com/bitwarden/clients/releases/tag/cli-v2025.4.0 Reported by: GitHub (watch releases)
21 lines
483 B
JSON
21 lines
483 B
JSON
{
|
|
"name": "@bitwarden/node",
|
|
"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/jslib"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && tsc",
|
|
"build:watch": "npm run clean && tsc -watch"
|
|
}
|
|
}
|