1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-08 03:23:15 +00:00
Files
jslib/electron/package.json
2022-01-03 13:12:30 +01:00

45 lines
1.2 KiB
JSON

{
"name": "@bitwarden/jslib-electron",
"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 && ttsc",
"build:watch": "npm run clean && ttsc -watch",
"lint": "tslint 'src/**/*.ts' 'spec/**/*.ts'",
"lint:fix": "tslint 'src/**/*.ts' 'spec/**/*.ts' --fix",
"test": " ",
"test:node": "npm run build && jasmine"
},
"devDependencies": {
"@types/jasmine": "^3.10.3",
"@types/node": "^16.11.12",
"jasmine": "^4.0.0",
"rimraf": "^3.0.2",
"ttypescript": "^1.5.13",
"typescript": "4.3.5",
"typescript-transform-paths": "^3.3.1"
},
"dependencies": {
"@bitwarden/jslib-common": "file:../common",
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
"browser-hrtime": "^1.1.8",
"electron": "16.0.2",
"electron-log": "4.4.1",
"electron-store": "8.0.1",
"electron-updater": "4.6.1",
"forcefocus": "^1.1.0",
"keytar": "7.7.0"
}
}