{
  "name": "@bitwarden/jslib",
  "version": "0.0.0",
  "description": "Common code used across Bitwarden JavaScript projects.",
  "keywords": [
    "bitwarden"
  ],
  "author": "8bit Solutions LLC",
  "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",
    "build:watch": "npm run clean && tsc -watch",
    "lint": "tslint src/**/*.ts spec/**/*.ts || true",
    "lint:fix": "tslint src/**/*.ts spec/**/*.ts --fix",
    "test": "karma start ./spec/support/karma.conf.js --single-run",
    "test:watch": "karma start ./spec/support/karma.conf.js",
    "test:node": "npm run build && jasmine",
    "test:node:watch": "concurrently -k -n TSC,Node -c yellow,cyan \"npm run build:watch\" \"nodemon -w ./dist --delay 500ms --exec jasmine\""
  },
  "devDependencies": {
    "@types/commander": "^2.12.2",
    "@types/form-data": "^2.2.1",
    "@types/inquirer": "^0.0.43",
    "@types/jasmine": "^3.3.12",
    "@types/lowdb": "^1.0.5",
    "@types/lunr": "^2.1.6",
    "@types/node": "^10.9.4",
    "@types/node-fetch": "^2.1.2",
    "@types/node-forge": "^0.7.5",
    "@types/papaparse": "^4.5.3",
    "@types/tldjs": "^2.3.0",
    "@types/webcrypto": "0.0.28",
    "@types/zxcvbn": "^4.4.0",
    "concurrently": "3.5.1",
    "cssstyle": "1.2.1",
    "electron": "5.0.8",
    "jasmine": "^3.3.1",
    "jasmine-core": "^3.3.0",
    "jasmine-spec-reporter": "^4.2.1",
    "jasmine-ts-console-reporter": "^3.1.1",
    "karma": "^4.0.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^2.0.0",
    "karma-coverage-istanbul-reporter": "^2.0.5",
    "karma-detect-browsers": "^2.3.3",
    "karma-edge-launcher": "^0.4.2",
    "karma-firefox-launcher": "^1.1.0",
    "karma-jasmine": "^2.0.1",
    "karma-jasmine-html-reporter": "^1.4.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-typescript": "^4.0.0",
    "nodemon": "^1.17.3",
    "rimraf": "^2.6.2",
    "tslint": "^5.12.1",
    "typemoq": "^2.1.0",
    "typescript": "3.2.4"
  },
  "dependencies": {
    "@angular/animations": "7.2.1",
    "@angular/cdk": "7.2.1",
    "@angular/common": "7.2.1",
    "@angular/compiler": "7.2.1",
    "@angular/core": "7.2.1",
    "@angular/forms": "7.2.1",
    "@angular/http": "7.2.1",
    "@angular/platform-browser": "7.2.1",
    "@angular/platform-browser-dynamic": "7.2.1",
    "@angular/router": "7.2.1",
    "@angular/upgrade": "7.2.1",
    "@aspnet/signalr": "1.0.4",
    "@aspnet/signalr-protocol-msgpack": "1.0.4",
    "big-integer": "1.6.36",
    "chalk": "2.4.1",
    "commander": "2.18.0",
    "core-js": "2.6.2",
    "duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
    "electron-log": "2.2.17",
    "electron-store": "1.3.0",
    "electron-updater": "4.0.6",
    "form-data": "2.3.2",
    "https-proxy-agent": "2.2.1",
    "inquirer": "6.2.0",
    "jsdom": "13.2.0",
    "keytar": "4.4.1",
    "lowdb": "1.0.0",
    "lunr": "2.3.3",
    "ngx-infinite-scroll": "7.0.1",
    "node-fetch": "2.2.0",
    "node-forge": "0.7.6",
    "papaparse": "4.6.0",
    "rxjs": "6.3.3",
    "tldjs": "2.3.1",
    "zone.js": "0.8.28",
    "zxcvbn": "4.4.2"
  }
}