-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 732 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
{
"name": "common-gql-tester",
"version": "1.0.11",
"description": "🦄 Cross Platform GraphQL Component Design Pattern Tester",
"main": "index.js",
"bin": {
"common-gql-tester": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmmhmmhm/common-gql-tester.git"
},
"author": "hmmhmmhm",
"license": "MIT",
"bugs": {
"url": "https://github.com/hmmhmmhm/common-gql-tester/issues"
},
"homepage": "https://github.com/hmmhmmhm/common-gql-tester#readme",
"dependencies": {
"apollo-server-express": "^2.5.0",
"async-sequencer": "^1.0.2",
"express": "^4.17.0",
"folder-logger": "^1.0.4",
"graphql": "^14.3.1",
"graphql-tag": "^2.10.1"
}
}