UNPKG

@oracle/gatsby-source-oce

Version:

Gatsby source plugin for using Oracle Content Management as a data source

49 lines (48 loc) 1.14 kB
{ "name": "@oracle/gatsby-source-oce", "description": "Gatsby source plugin for using Oracle Content Management as a data source", "author": "Oracle America, Inc.", "version": "1.2.4", "homepage": "https://github.com/oracle/gatsby-source-oce", "repository": { "type": "git", "url": "https://github.com/oracle/gatsby-source-oce" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-source-plugin", "cms", "headless-cms", "oracle-content-experience", "oracle-content-management", "oracle-cloud" ], "license": "UPL-1.0", "main": "index.js", "bugs": { "url": "https://github.com/oracle/gatsby-source-oce/issues" }, "scripts": { "lint": "eslint *.js ./src/*.js" }, "dependencies": { "gatsby-source-filesystem": "~3.13.0", "global-agent": "~2.1.12", "node-fetch": "~2.6.1" }, "devDependencies": { "eslint": "~7.11.0", "eslint-config-airbnb-base": "~14.2.1", "eslint-plugin-import": "~2.22.1" }, "files": [ "CONTRIBUTING.md", "LICENSE.txt", "README.md", "SECURITY.md", "THIRD_PARTY*", "*.js", "src" ] }