-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "lambda-messenger-api",
"version": "1.0.0",
"description": "A chat app using Appsync and Firebase",
"repository": {
"type": "git",
"url": "https://github.com/JohnRbk/lambda-messenger-api"
},
"scripts": {
"test": "echo 'Run tests using Runjs: use npx run all'",
"postinstall": "npm rebuild grpc --target=8.10.0 --target_arch=x64 --target_platform=linux --target_libc=glibc"
},
"author": "JohnRbk",
"license": "ISC",
"dependencies": {
"firebase-admin": "^6.1.0",
"libphonenumber-js": "^1.6.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"aws-appsync": "1.3.3",
"aws-appsync-codegen": "^0.17.5",
"aws-sdk": "^2.348.0",
"axios": "^0.18.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"firebase": "^5.5.7",
"graphql-tag": "^2.10.0",
"isomorphic-fetch": "^2.2.1",
"mocha": "^5.2.0",
"mocha-logger": "^1.0.6",
"nyc": "^12.0.2",
"runjs": "^4.3.2",
"websocket": "^1.0.28",
"ws": "^6.1.0",
"yargs": "^12.0.2"
}
}