forked from vvondra/bitwarden-serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "bitwarden-serverless",
"version": "1.0.0",
"description": "AWS Serverless implementation of the Bitwarden API",
"scripts": {
"test": "./test.sh"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"babel-loader": "^8.0.6",
"chakram": "^1.5.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"get-stdin": "^7.0.0",
"mocha": "^6.1.4",
"mocha-steps": "^1.3.0",
"serverless-webpack": "^5.3.0",
"webpack": "^4.31.0"
},
"author": "Vojtěch Vondra",
"license": "MIT",
"dependencies": {
"@hapi/hoek": "^6.2.1",
"@hapi/joi": "^15.0.2",
"aws-sdk": "^2.453.0",
"buffer-equal-constant-time": "^1.0.1",
"cryptiles": "^4.1.3",
"dynogels": "^9.1.0",
"dynogels-promisified": "^1.0.4",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.13",
"object.entries": "^1.1.0",
"qrcode": "^1.3.3",
"speakeasy": "^2.0.0"
}
}