-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 985 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
35
36
{
"name": "serverless-plugin-apollo-graphql-federation",
"version": "3.2.1",
"description": "A serverless plugin that uploads a graphql schema to the Apollo Platform managed federation service",
"repository": {
"type": "git",
"url": "git+https://github.com/Imran99/serverless-plugin-apollo-graphql-federation.git"
},
"keywords": [
"serverless",
"graphql",
"apollo",
"federation",
"lambda"
],
"author": "Imran99",
"license": "ISC",
"bugs": {
"url": "https://github.com/Imran99/serverless-plugin-apollo-graphql-federation/issues"
},
"homepage": "https://github.com/Imran99/serverless-plugin-apollo-graphql-federation#readme",
"main": "src/index.js",
"scripts": {
"test": "jest --config ./jest.config.js"
},
"dependencies": {
"@apollo/rover": "^0.26.2",
"chalk": "^4.1.2",
"lodash.get": "^4.4.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"jest": "^27.0.6",
"jest-extended": "^0.11.5"
}
}