2018-01-04 03:20:58 +01:00
|
|
|
{
|
2018-01-05 05:51:02 +01:00
|
|
|
"name": "@bitwarden/jslib",
|
2018-04-04 14:22:55 +02:00
|
|
|
"version": "0.0.0",
|
2018-02-27 20:19:31 +01:00
|
|
|
"description": "Common code used across Bitwarden JavaScript projects.",
|
2018-01-06 16:23:16 +01:00
|
|
|
"keywords": [
|
|
|
|
"bitwarden"
|
|
|
|
],
|
2020-02-19 04:33:47 +01:00
|
|
|
"author": "Bitwarden Inc.",
|
2018-01-06 19:58:24 +01:00
|
|
|
"homepage": "https://bitwarden.com",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bitwarden/jslib"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
2018-01-06 15:19:39 +01:00
|
|
|
"scripts": {
|
2018-04-18 19:45:31 +02:00
|
|
|
"clean": "rimraf dist/**/*",
|
2022-03-28 16:00:42 +02:00
|
|
|
"test": "jest",
|
|
|
|
"test:watch": "jest --watch",
|
2022-06-03 18:01:07 +02:00
|
|
|
"test:watch:all": "jest --watchAll"
|
2018-04-17 22:15:19 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-03 18:58:57 +02:00
|
|
|
"@bitwarden/jslib-angular": "file:angular",
|
|
|
|
"@bitwarden/jslib-common": "file:common",
|
|
|
|
"@bitwarden/jslib-electron": "file:electron",
|
|
|
|
"@bitwarden/jslib-node": "file:node"
|
2018-01-04 03:20:58 +01:00
|
|
|
}
|
|
|
|
}
|