UNPKG

1.55 kBJSONView Raw
1{
2 "name": "apollo-codegen-core",
3 "description": "Core generator APIs for Apollo Codegen",
4 "version": "0.35.9",
5 "author": "Apollo GraphQL <opensource@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.7.4",
21 "@babel/parser": "^7.1.3",
22 "@babel/types": "7.7.4",
23 "apollo-env": "^0.6.0",
24 "apollo-language-server": "^1.17.2",
25 "ast-types": "^0.13.0",
26 "common-tags": "^1.5.1",
27 "recast": "^0.18.0"
28 },
29 "jest": {
30 "preset": "ts-jest",
31 "transformIgnorePatterns": [
32 "/node_modules/"
33 ],
34 "setupFiles": [
35 "apollo-env"
36 ],
37 "testEnvironment": "node",
38 "setupFilesAfterEnv": [
39 "<rootDir>/test-utils/matchers.ts"
40 ],
41 "testMatch": [
42 "**/__tests__/*.(js|ts)"
43 ],
44 "testPathIgnorePatterns": [
45 "<rootDir>/node_modules/",
46 "<rootDir>/lib/",
47 "<rootDir>/test/fixtures/",
48 "<rootDir>/test/test-utils"
49 ],
50 "moduleFileExtensions": [
51 "ts",
52 "js"
53 ],
54 "globals": {
55 "ts-jest": {
56 "tsConfig": "<rootDir>/tsconfig.test.json",
57 "diagnostics": false
58 }
59 }
60 },
61 "gitHead": "6d168194f3ee0563b4105b41a39f39d8c1fd80e8"
62}