UNPKG

1.16 kBJSONView Raw
1{
2 "name": "graphql-codegen-introspection",
3 "version": "0.18.1",
4 "description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
5 "repository": "git@github.com:dotansimha/graphql-code-generator.git",
6 "license": "MIT",
7 "scripts": {
8 "prepublishOnly": "yarn build",
9 "test": "codegen-templates-scripts test",
10 "build": "codegen-templates-scripts build",
11 "pretest": "yarn build"
12 },
13 "peerDependencies": {
14 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
15 },
16 "devDependencies": {
17 "codegen-templates-scripts": "0.18.1",
18 "graphql": "14.1.1",
19 "graphql-codegen-core": "0.18.1"
20 },
21 "main": "./dist/index.js",
22 "typings": "dist/index.d.ts",
23 "typescript": {
24 "definition": "dist/index.d.ts"
25 },
26 "jest": {
27 "globals": {
28 "ts-jest": {
29 "enableTsDiagnostics": false
30 }
31 },
32 "transform": {
33 "^.+\\.tsx?$": "ts-jest"
34 },
35 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
36 "moduleFileExtensions": [
37 "ts",
38 "tsx",
39 "js",
40 "jsx",
41 "json",
42 "node"
43 ]
44 }
45}