UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@digest/jest-graphql",
3 "title": "Jest GraphQL Digest",
4 "license": "GPL-3.0",
5 "version": "v2.10.5",
6 "description": "Digested Jest GraphQL configurations",
7 "author": {
8 "name": "wallzero @wallzeroblog",
9 "url": "http://wallzero.com"
10 },
11 "contributors": [
12 {
13 "name": "Connor Schlesiger",
14 "email": "connor@schlesiger.ca"
15 }
16 ],
17 "main": "dist/transformGql.js",
18 "types": "dist/transformGql.d.ts",
19 "files": [
20 "/dist/transformGql.js",
21 "/LICENSE.md"
22 ],
23 "homepage": "https://gitlab.com/digested/node-digest/tree/master/packages/jest-graphql",
24 "repository": {
25 "type": "git",
26 "url": "git+https://gitlab.com/digested/node-digest.git"
27 },
28 "bugs": {
29 "url": "https://gitlab.com/digested/node-digest/issues"
30 },
31 "scripts": {
32 "build": "tsc",
33 "lint": "eslint 'src/**/*.[jt]s?(x)' --ignore-pattern 'src/**/*.(d.ts|json)'",
34 "clean": "rimraf node_modules dist yarn.lock yarn-error.log package-lock.json npm-debug.log",
35 "release": "npm-publish-git-tag --access public || true"
36 },
37 "dependencies": {
38 "@digest/babel-graphql": "^2.8.0",
39 "@digest/graphql": "^2.8.0",
40 "@digest/jest-babel": "^2.8.0",
41 "jest-transform-graphql": "^2.1.0"
42 },
43 "keywords": [
44 "digest",
45 "jest",
46 "graphql"
47 ],
48 "readme": "ERROR: No README data found!",
49 "_id": "@digest/jest-graphql@2.999.999"
50}