UNPKG

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

Version:

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

42 lines (41 loc) 1.18 kB
{ "name": "@sonarsource/marketing-gatsby-transformer-kontent-graphql", "description": "Custom GraphQL types for @kentico/gatsby-source-kontent ", "version": "5.2.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": { "@sonarsource/eslint-config-marketing": "5.2.0", "tsc": "2.0.4", "typescript": "5.8.2" }, "dependencies": { "@kontent-ai/management-sdk": "7.8.0" }, "peerDependencies": { "gatsby": ">=5.6" } }