1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 19:04:01 +00:00
This commit is contained in:
addisonbeck
2025-05-17 19:07:08 -04:00
parent 4b32d1f9dd
commit 7337b8c6e5
39 changed files with 2193 additions and 647 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "@bitwarden/string-utils",
"version": "0.0.0",
"description": "Function library for working with different types of strings",
"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",
"test": "jest"
}
}