UNPKG

@sonarsource/marketing-gatsby-transformer-kontent-graphql

Version:

Custom GraphQL types for @kentico/gatsby-source-kontent

51 lines (50 loc) 1.51 kB
{ "name": "@sonarsource/marketing-gatsby-transformer-kontent-graphql", "description": "Custom GraphQL types for @kentico/gatsby-source-kontent ", "version": "6.0.0", "license": "MIT", "author": { "name": "SonarSource", "url": "https://www.sonarsource.com" }, "keywords": [ "gatsby", "gatsby-transformer", "kontent" ], "files": [ "dist/*", "gatsby-*.js" ], "main": "dist/index.js", "scripts": { "prepack": "yarn build", "postpack": "tsc --build --clean", "build": "yarn run ts:ci && tsc", "ts:ci": "tsc --noEmit", "format": "prettier -w -c --ignore-path .gitignore '**/!(gatsby-types|.*|!*).{ts,tsx}'", "lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0", "lint:ci": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0 -f json -o ./coverage/eslint.json", "format:ci": "prettier -c --ignore-path .gitignore '**/!(gatsby-types|.*|!*).{ts,tsx}'" }, "devDependencies": { "tsc": "2.0.4", "typescript": "5.8.3", "@typescript-eslint/parser": "8.38.0", "@typescript-eslint/typescript-estree": "8.37.0", "eslint": "8.57.1", "prettier": "3.5.3", "gatsby": "5.14.3", "eslint-config-prettier": "10.1.2", "eslint-config-react-app": "7.0.1", "eslint-plugin-jest-dom": "5.5.0", "eslint-plugin-storybook": "0.12.0", "eslint-plugin-testing-library": "7.5.3" }, "dependencies": { "@kontent-ai/management-sdk": "7.8.0" }, "peerDependencies": { "gatsby": ">=5.6" } }