You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.9 KiB
67 lines
1.9 KiB
{ |
|
"name": "@bitwarden/jslib-common", |
|
"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": "karma start --single-run", |
|
"test:node": "npm run build && jasmine" |
|
}, |
|
"devDependencies": { |
|
"@fluffy-spoon/substitute": "^1.208.0", |
|
"@types/jasmine": "^3.10.2", |
|
"@types/lunr": "^2.3.3", |
|
"@types/node": "^16.11.12", |
|
"@types/node-forge": "^0.9.7", |
|
"@types/papaparse": "^5.2.5", |
|
"@types/tldjs": "^2.3.0", |
|
"@types/zxcvbn": "^4.4.1", |
|
"jasmine": "^3.10.0", |
|
"jasmine-core": "^3.10.1", |
|
"jasmine-ts-console-reporter": "^3.1.1", |
|
"jsdom": "^19.0.0", |
|
"karma": "^6.3.9", |
|
"karma-chrome-launcher": "^3.1.0", |
|
"karma-detect-browsers": "^2.3.3", |
|
"karma-firefox-launcher": "^2.1.2", |
|
"karma-jasmine": "^4.0.1", |
|
"karma-jasmine-html-reporter": "^1.7.0", |
|
"karma-safari-launcher": "^1.0.0", |
|
"karma-sourcemap-loader": "^0.3.8", |
|
"karma-webpack": "^5.0.0", |
|
"process": "^0.11.10", |
|
"rimraf": "^3.0.2", |
|
"ts-loader": "^9.2.6", |
|
"ttypescript": "^1.5.13", |
|
"typescript": "4.3.5", |
|
"typescript-transform-paths": "^3.3.1", |
|
"url": "^0.11.0", |
|
"util": "^0.12.4" |
|
}, |
|
"dependencies": { |
|
"@microsoft/signalr": "5.0.10", |
|
"@microsoft/signalr-protocol-msgpack": "5.0.10", |
|
"big-integer": "1.6.48", |
|
"browser-hrtime": "^1.1.8", |
|
"lunr": "^2.3.9", |
|
"node-forge": "^0.10.0", |
|
"papaparse": "^5.3.0", |
|
"rxjs": "^7.4.0", |
|
"tldjs": "^2.3.1", |
|
"zxcvbn": "^4.4.2" |
|
} |
|
}
|
|
|