-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 820 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 820 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
{
"name": "@apollo-elements/test",
"version": "1.3.0",
"private": true,
"description": "Testing helper functions for apollo-elements",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/apollo-elements/apollo-elements.git",
"directory": "packages/test"
},
"keywords": [
"Apollo",
"GraphQL",
"Web Components",
"Custom Elements"
],
"author": "Benny Powers <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/apollo-elements/apollo-elements/issues"
},
"homepage": "https://github.com/apollo-elements/apollo-elements#readme",
"dependencies": {
"@apollo/client": "^4.0.7",
"@graphql-tools/schema": "^10.0.25",
"tslib": "^2.8.1"
},
"devDependencies": {
"@gluon/gluon": "^2.5.3"
}
}