-
-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathpackage.json
40 lines (40 loc) · 882 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
37
38
39
40
{
"name": "graphql.js",
"version": "0.6.8",
"description": "GraphQL Client for JavaScript",
"main": "graphql.js",
"directories": {
"example": "example",
"test": "test"
},
"files": [
"graphql.js",
"graphql.min.js"
],
"scripts": {
"test": "jest --coverage",
"build": "uglifyjs graphql.js -o graphql.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f/graphql-client.git"
},
"devDependencies": {
"jest": "^27.4.5",
"jest-mock-random": "^1.1.1",
"uglify-js": "^3.14.5"
},
"keywords": [
"graphql",
"graphql-client",
"jquery",
"relay",
"graphql-rails"
],
"author": "Fatih Kadir Akın <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/f/graphql-client/issues"
},
"homepage": "https://github.com/f/graphql-client#readme"
}