UNPKG

1.16 kBJSONView Raw
1{
2 "name": "graphql-codegen-compiler",
3 "version": "0.8.19",
4 "description": "GraphQL code generator compiler",
5 "license": "MIT",
6 "scripts": {
7 "test": "jest",
8 "build": "tsc",
9 "prebuild": "rimraf ./dist/"
10 },
11 "devDependencies": {
12 "@types/common-tags": "1.4.0",
13 "@types/jest": "22.2.0",
14 "@types/node": "9.4.7",
15 "graphql": "0.13.1",
16 "graphql-tag": "2.8.0",
17 "graphql-tools": "2.22.0",
18 "jest": "22.4.2",
19 "rimraf": "2.6.2",
20 "ts-jest": "22.4.1",
21 "tslint": "5.9.1",
22 "typescript": "2.7.2"
23 },
24 "dependencies": {
25 "@types/handlebars": "4.0.36",
26 "change-case": "3.0.2",
27 "common-tags": "1.7.2",
28 "graphql-codegen-core": "0.8.19",
29 "graphql-codegen-generators": "0.8.19",
30 "handlebars": "4.0.11",
31 "moment": "2.21.0"
32 },
33 "jest": {
34 "moduleFileExtensions": [
35 "ts",
36 "tsx",
37 "js"
38 ],
39 "transform": {
40 "^.+\\.(ts|tsx)$": "<rootDir>/tests/jest.typescript.js"
41 },
42 "testRegex": "tests/.*\\.ts$",
43 "testEnvironment": "node"
44 },
45 "typings": "dist/index.d.ts",
46 "typescript": {
47 "definition": "dist/index.d.ts"
48 },
49 "main": "./dist/index.js"
50}