-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 915 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
{
"name": "hql-tag",
"version": "1.0.5",
"main": "dist/index.js",
"repository": "https://github.com/product-ride/hql-tag.git",
"description": "A Hasura specific wrapper on graphql-tag for writing elegant queries",
"author": "vilvaathibanpb <[email protected]>",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "webpack --mode production",
"prepublish": "yarn build"
},
"keywords": ["graphql", "hasura", "graphql-tag", "apollo"],
"peerDependencies": {
"graphql": "*",
"graphql-tag": "*"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"compression-webpack-plugin": "^4.0.0",
"graphql": "^15.1.0",
"graphql-tag": "^2.10.3",
"jest": "^26.0.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"jest": {
"verbose": true
}
}