-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1003 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1003 Bytes
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
{
"name": "@hexly/badger",
"version": "0.0.3",
"description": "BadgerStack for Serverless",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lib:publish": "npm --no-git-tag-version version patch && npm publish --access public"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^24.8.0"
},
"dependencies": {
"@apollo/federation": "^0.8.0",
"@apollo/gateway": "^0.8.1",
"@hexly/systemjs": "0.0.2",
"apollo": "^2.16.3",
"apollo-link-context": "^1.0.18",
"apollo-link-http": "^1.5.15",
"apollo-server-core": "^2.8.1",
"apollo-server-lambda": "^2.8.1",
"camelize": "^1.0.0",
"config": "^3.2.0",
"graphql": "^14.4.2",
"graphql-iso-date": "^3.6.1",
"graphql-middleware": "^3.0.3",
"graphql-tools": "^4.0.5",
"graphql-type-json": "^0.3.0",
"lodash": "4.17.14",
"middy": "0.20.0",
"pg": "^7.11.0",
"pg-sql2": "^2.2.3",
"yesql": "^3.2.2"
}
}