2021-06-03 18:58:57 +02:00
|
|
|
{
|
|
|
|
"name": "@bitwarden/jslib-common",
|
|
|
|
"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",
|
2022-02-22 15:39:11 +01:00
|
|
|
"build:watch": "npm run clean && tsc -watch"
|
2021-06-03 18:58:57 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/lunr": "^2.3.3",
|
2021-12-13 11:43:10 +01:00
|
|
|
"@types/node": "^16.11.12",
|
2021-06-03 18:58:57 +02:00
|
|
|
"@types/node-forge": "^0.9.7",
|
|
|
|
"@types/papaparse": "^5.2.5",
|
|
|
|
"@types/tldjs": "^2.3.0",
|
|
|
|
"@types/zxcvbn": "^4.4.1",
|
|
|
|
"rimraf": "^3.0.2",
|
2021-12-09 15:00:26 +01:00
|
|
|
"typescript": "4.3.5"
|
2021-06-03 18:58:57 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-28 15:47:19 +02:00
|
|
|
"@microsoft/signalr": "5.0.10",
|
|
|
|
"@microsoft/signalr-protocol-msgpack": "5.0.10",
|
2021-06-03 18:58:57 +02:00
|
|
|
"big-integer": "1.6.48",
|
|
|
|
"browser-hrtime": "^1.1.8",
|
|
|
|
"lunr": "^2.3.9",
|
|
|
|
"node-forge": "^0.10.0",
|
|
|
|
"papaparse": "^5.3.0",
|
2021-12-09 15:00:26 +01:00
|
|
|
"rxjs": "^7.4.0",
|
2021-06-03 18:58:57 +02:00
|
|
|
"tldjs": "^2.3.1",
|
|
|
|
"zxcvbn": "^4.4.2"
|
|
|
|
}
|
|
|
|
}
|