Kentico/gatsby-source-kontent

View on GitHub
packages/gatsby-source/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@kontent-ai/gatsby-source",
  "description": "Source plugin providing Kontent.ai data from REST Delivery API",
  "version": "10.0.1",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Ondřej Chrastina",
    "email": "chrastina.ondra@gmail.com",
    "url": "https://ondrej.chrastina.dev"
  },
  "homepage": "https://github.com/kontent-ai/gatsby-packages/tree/master/packages/gatsby-source#readme",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "kontent"
  ],
  "bugs": {
    "url": "https://github.com/kontent-ai/gatsby-packages/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kontent-ai/gatsby-packages.git"
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint **/*.ts",
    "test": "jest",
    "watch": "tsc -w"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@kontent-ai/webhook-helper": "^2.0.1",
    "@types/fs-extra": "^8.0.1",
    "axios": "^0.21.1",
    "fs-extra": "^8.1.0",
    "lodash": "^4.17.15",
    "retry-axios": "^2.4.0"
  },
  "devDependencies": {
    "@types/jest": "24.9.0",
    "@types/node": "13.1.8",
    "@typescript-eslint/eslint-plugin": "2.16.0",
    "@typescript-eslint/parser": "2.16.0",
    "cross-env": "^7.0.2",
    "eslint": "6.8.0",
    "gatsby": "^5.2.0",
    "gatsby-core-utils": "^3.0.0",
    "jest": "^29.3.1",
    "jest-ts-auto-mock": "^2.1.0",
    "prettier": "1.19.1",
    "ts-auto-mock": "^3.6.4",
    "ts-jest": "^29.0.3",
    "ttypescript": "^1.5.15",
    "typescript": "4.9.4"
  },
  "peerDependencies": {
    "gatsby": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "97d85fa854863be5ab7a144264712ef916080c45"
}