graphql-codegen-typescript-client
Version:
graphql-codegen-cli template for TypeScript typings for both client side and server side
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "graphql-codegen-typescript-client",
"version": "0.18.2",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
"scripts": {
"prepublishOnly": "yarn build",
"build": "codegen-templates-scripts build",
"test": "codegen-templates-scripts test",
"pretest": "yarn build"
},
"dependencies": {
"graphql-codegen-core": "0.18.2",
"graphql-codegen-plugin-helpers": "0.18.2",
"graphql-codegen-typescript-common": "0.18.2"
},
"devDependencies": {
"codegen-templates-scripts": "0.18.2",
"graphql": "14.1.1",
"graphql-codegen-plugin-handlebars-helpers": "0.18.2"
},
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
},
"jest": {
"globals": {
"ts-jest": {
"enableTsDiagnostics": false
}
},
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}