Files
ports/security/bitwarden-cli/files/packagejsons/libs/node/package.json
T
Hiroki Tagato ae2d89e6b9 security/bitwarden-cli: Update to 2025.10.0
While here, ensure all files and directories in the node modules
archive have x644 and x755 permissions for archive file's stable
reproducibility.

Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2025.10.0

Reported by:	GitHub (watch releases)
2025-10-20 19:39:16 +09:00

22 lines
503 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": {
"test": "jest",
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"build:watch": "npm run clean && tsc -watch"
}
}