UNPKG

1.38 kBJSONView Raw
1{
2 "name": "apollo-codegen-typescript",
3 "description": "TypeScript generator module for Apollo Codegen",
4 "version": "0.40.9",
5 "author": "Apollo GraphQL <packages@apollographql.com>",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/apollographql/apollo-tooling.git"
10 },
11 "homepage": "https://github.com/apollographql/apollo-tooling",
12 "bugs": "https://github.com/apollographql/apollo-tooling/issues",
13 "main": "lib/index.js",
14 "types": "lib/index.d.ts",
15 "engines": {
16 "node": ">=8",
17 "npm": ">=6"
18 },
19 "dependencies": {
20 "@babel/generator": "7.17.10",
21 "@babel/types": "7.17.10",
22 "apollo-codegen-core": "^0.40.9",
23 "change-case": "^4.0.0",
24 "common-tags": "^1.5.1",
25 "inflected": "^2.0.3"
26 },
27 "jest": {
28 "preset": "ts-jest",
29 "transformIgnorePatterns": [
30 "/node_modules/"
31 ],
32 "testEnvironment": "node",
33 "testMatch": [
34 "**/__tests__/*.(js|ts)"
35 ],
36 "testPathIgnorePatterns": [
37 "<rootDir>/node_modules/",
38 "<rootDir>/lib/",
39 "<rootDir>/test/fixtures/",
40 "<rootDir>/test/test-utils"
41 ],
42 "moduleFileExtensions": [
43 "ts",
44 "js"
45 ],
46 "globals": {
47 "ts-jest": {
48 "tsconfig": "<rootDir>/tsconfig.test.json",
49 "diagnostics": false
50 }
51 }
52 },
53 "gitHead": "58b96377de23b35f31264fda805d967a63a800c7"
54}