UNPKG

apollo-codegen-flow

Version:
55 lines (54 loc) 1.37 kB
{ "name": "apollo-codegen-flow", "description": "Flow generator module for Apollo Codegen", "version": "0.38.9", "author": "Apollo GraphQL <packages@apollographql.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/apollographql/apollo-tooling.git" }, "homepage": "https://github.com/apollographql/apollo-tooling", "bugs": "https://github.com/apollographql/apollo-tooling/issues", "main": "lib/index.js", "types": "lib/index.d.ts", "engines": { "node": ">=8", "npm": ">=6" }, "dependencies": { "@babel/generator": "7.17.10", "@babel/types": "7.17.10", "apollo-codegen-core": "^0.40.9", "change-case": "^4.0.0", "common-tags": "^1.5.1", "inflected": "^2.0.3" }, "jest": { "preset": "ts-jest", "transformIgnorePatterns": [ "/node_modules/" ], "testEnvironment": "node", "testMatch": [ "**/__tests__/*.(js|ts)" ], "testPathIgnorePatterns": [ "<rootDir>/node_modules/", "<rootDir>/lib/", "<rootDir>/test/fixtures/", "<rootDir>/test/test-utils" ], "moduleFileExtensions": [ "ts", "js" ], "globals": { "ts-jest": { "tsconfig": "<rootDir>/tsconfig.test.json", "diagnostics": false } } }, "gitHead": "58b96377de23b35f31264fda805d967a63a800c7" }