@sonarsource/marketing-gatsby-transformer-kontent-graphql
Version:
Custom GraphQL types for @kentico/gatsby-source-kontent
48 lines • 1.39 kB
JSON
{
"name": "@sonarsource/marketing-gatsby-transformer-kontent-graphql",
"description": "Custom GraphQL types for @kentico/gatsby-source-kontent ",
"version": "7.1.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",
"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": {
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.39.1",
"@typescript-eslint/parser": "8.48.1",
"@typescript-eslint/typescript-estree": "8.48.1",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"gatsby": "5.15.0",
"globals": "16.5.0",
"prettier": "3.7.4",
"tsc": "2.0.4",
"typescript": "5.9.3"
},
"dependencies": {
"@kontent-ai/management-sdk": "8.1.0"
},
"peerDependencies": {
"gatsby": ">=5.6"
}
}