{ "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/**/*", "build": "npm run clean && tsc", "build:watch": "npm run clean && tsc -watch", "lint": "tslint 'src/**/*.ts' 'spec/**/*.ts'", "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": { "@fluffy-spoon/substitute": "^1.202.0", "@types/inquirer": "^7.3.1", "@types/jasmine": "^3.6.9", "@types/lowdb": "^1.0.9", "@types/lunr": "^2.3.3", "@types/node": "^10.17.57", "@types/node-fetch": "^2.5.10", "@types/node-forge": "^0.9.7", "@types/papaparse": "^5.2.5", "@types/tldjs": "^2.3.0", "@types/webcrypto": "0.0.28", "@types/zxcvbn": "^4.4.1", "concurrently": "6.0.2", "electron": "11.4.3", "jasmine": "^3.7.0", "jasmine-core": "^3.7.1", "jasmine-ts-console-reporter": "^3.1.1", "jsdom": "^16.5.3", "karma": "^6.3.2", "karma-chrome-launcher": "^3.1.0", "karma-cli": "^2.0.0", "karma-detect-browsers": "^2.3.3", "karma-firefox-launcher": "^2.1.0", "karma-jasmine": "^4.0.1", "karma-jasmine-html-reporter": "^1.5.4", "karma-safari-launcher": "^1.0.0", "karma-webpack": "^4.0.2", "nodemon": "^2.0.7", "rimraf": "^3.0.2", "ts-loader": "^8.1.0", "ts-node": "^9.1.0", "tslint": "^6.1.3", "typemoq": "^2.1.0", "typescript": "4.1.5", "webpack": "^4.46.0" }, "dependencies": { "@angular/animations": "^11.2.11", "@angular/cdk": "^11.2.10", "@angular/common": "^11.2.11", "@angular/compiler": "^11.2.11", "@angular/core": "^11.2.11", "@angular/forms": "^11.2.11", "@angular/platform-browser": "^11.2.11", "@angular/platform-browser-dynamic": "^11.2.11", "@angular/router": "^11.2.11", "@microsoft/signalr": "3.1.13", "@microsoft/signalr-protocol-msgpack": "3.1.13", "@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4", "big-integer": "1.6.48", "browser-hrtime": "^1.1.8", "chalk": "^4.1.1", "commander": "7.2.0", "duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git", "electron-log": "4.3.4", "electron-store": "8.0.0", "electron-updater": "4.3.8", "forcefocus": "^1.1.0", "form-data": "4.0.0", "https-proxy-agent": "5.0.0", "inquirer": "7.3.3", "keytar": "7.6.0", "lowdb": "1.0.0", "lunr": "2.3.9", "ngx-infinite-scroll": "10.0.1", "node-fetch": "2.6.1", "node-forge": "0.10.0", "open": "7.4.2", "papaparse": "5.3.0", "rxjs": "6.6.7", "tldjs": "2.3.1", "zone.js": "0.11.4", "zxcvbn": "4.4.2" } }