@kazekyo/nau-graphql-codegen-preset
Version:
A GraphQL Code Generator preset for Nau
61 lines (60 loc) • 1.69 kB
JSON
{
"name": "@kazekyo/nau-graphql-codegen-preset",
"version": "0.4.5",
"description": "A GraphQL Code Generator preset for Nau",
"author": "kazekyo",
"bugs": {
"url": "https://github.com/kazekyo/nau/issues"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/visitor-plugin-common": "^2.2.1",
"@graphql-tools/utils": "^9.1.3",
"@kazekyo/nau": "^0.4.4",
"@kazekyo/nau-config": "^0.4.4",
"@relay-graphql-js/validation-rules": "^0.1.0",
"js-base64": "^3.6.0",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@apollo/client": "^3.6.2",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/testing": "^1.17.7",
"@types/lodash.clonedeep": "^4.5.6"
},
"files": [
"dist"
],
"homepage": "https://www.naugraphql.com",
"keywords": [
"apollo",
"client",
"relay",
"graphql",
"pagination",
"cache",
"directive"
],
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kazekyo/nau.git"
},
"scripts": {
"test": "jest",
"lint": "eslint src",
"build": "yarn run build:types && yarn run build:js",
"build:types": "tsc --build tsconfig.build.json",
"build:js": "babel src --out-dir dist --root-mode upward --extensions \".ts,.tsx\" --source-maps inline --ignore \"**/__tests__/\",\"**/*.test.ts\",\"example\",\"**/testing/\""
},
"types": "dist/index.d.ts",
"peerDependencies": {
"graphql": "^15.6.1"
},
"gitHead": "3e328b9f264026a865278badc29533be545d35cd",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}