mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-13 20:34:51 +08:00
18 lines
300 B
JSON
18 lines
300 B
JSON
{
|
|
"name": "@bitwarden/jslib",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
|
|
},
|
|
"main": "src/index.ts",
|
|
"devDependencies": {
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^2.6.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/node-forge": "0.7.1",
|
|
"@types/webcrypto": "0.0.28",
|
|
"node-forge": "0.7.1"
|
|
}
|
|
}
|