mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
28 lines
707 B
JSON
28 lines
707 B
JSON
{
|
|
"name": "@bitwarden/jslib",
|
|
"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/**/*",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:watch:all": "jest --watchAll"
|
|
},
|
|
"dependencies": {
|
|
"@bitwarden/jslib-angular": "file:angular",
|
|
"@bitwarden/jslib-common": "file:common",
|
|
"@bitwarden/jslib-electron": "file:electron",
|
|
"@bitwarden/jslib-node": "file:node"
|
|
}
|
|
}
|