UNPKG

@kontent-ai/gatsby-source

Version:
68 lines (67 loc) 1.74 kB
{ "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": "cce38544f86b65104c6750cc72898611e6eb9de3" }