UNPKG

1.01 kBJSONView Raw
1{
2 "name": "graphql-codegen-typescript-mongodb-template",
3 "version": "0.12.2",
4 "description": "",
5 "license": "MIT",
6 "scripts": {
7 "prepublishOnly": "yarn build",
8 "build": "codegen-templates-scripts build",
9 "pretest": "yarn build",
10 "test": "codegen-templates-scripts test"
11 },
12 "devDependencies": {
13 "@types/lodash": "4.14.116",
14 "codegen-templates-scripts": "0.12.2",
15 "graphql-codegen-core": "0.12.2"
16 },
17 "dependencies": {
18 "lodash": "4.17.11"
19 },
20 "main": "./dist/index.js",
21 "typings": "dist/index.d.ts",
22 "typescript": {
23 "definition": "dist/index.d.ts"
24 },
25 "jest": {
26 "globals": {
27 "ts-jest": {
28 "enableTsDiagnostics": false
29 }
30 },
31 "transform": {
32 "^.+\\.tsx?$": "ts-jest"
33 },
34 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
35 "moduleFileExtensions": [
36 "ts",
37 "tsx",
38 "js",
39 "jsx",
40 "json",
41 "node"
42 ]
43 },
44 "gitHead": "c931f6dc43d44b72a165d81877fcc964f38d6251"
45}