UNPKG

1.31 kBJSONView Raw
1{
2 "name": "apollo-codegen-swift",
3 "description": "Swift 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 "apollo-codegen-core": "^0.40.9",
21 "change-case": "^4.0.0",
22 "common-tags": "^1.5.1",
23 "inflected": "^2.0.3"
24 },
25 "jest": {
26 "preset": "ts-jest",
27 "transformIgnorePatterns": [
28 "/node_modules/"
29 ],
30 "testEnvironment": "node",
31 "testMatch": [
32 "**/__tests__/*.(js|ts)"
33 ],
34 "testPathIgnorePatterns": [
35 "<rootDir>/node_modules/",
36 "<rootDir>/lib/",
37 "<rootDir>/test/fixtures/",
38 "<rootDir>/test/test-utils"
39 ],
40 "moduleFileExtensions": [
41 "ts",
42 "js"
43 ],
44 "globals": {
45 "ts-jest": {
46 "tsconfig": "<rootDir>/tsconfig.test.json",
47 "diagnostics": false
48 }
49 }
50 },
51 "gitHead": "58b96377de23b35f31264fda805d967a63a800c7"
52}