-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 914 Bytes
/
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
{
"name": "taplist_backend",
"version": "1.0.0",
"description": "Backend for taplist react native app",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nmclear/taplist_backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nmclear/taplist_backend/issues"
},
"homepage": "https://github.com/nmclear/taplist_backend#readme",
"dependencies": {
"apollo-server-lambda": "^2.2.5",
"aws-sdk": "^2.368.0",
"graphql": "^14.0.2",
"graphql-playground-middleware-lambda": "^1.7.8",
"graphql-tools": "^4.0.3",
"merge-graphql-schemas": "^1.5.8",
"twilio": "^3.25.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"serverless-dynamodb-local": "^0.2.35",
"serverless-offline": "^3.31.3"
}
}