gatsby-transformer-remote-filesystem
Version:
Adds a localURL field to any File node created with gatsby-source-filesystem's createRemoteFileNode
52 lines (51 loc) • 1.47 kB
JSON
{
"name": "gatsby-transformer-remote-filesystem",
"description": "Adds a localURL field to any File node created with gatsby-source-filesystem's createRemoteFileNode",
"version": "1.0.0",
"author": "Michael Maurer <mjmaurer777@gmail.com>",
"bugs": {
"url": "https://github.com/mjmaurer/gatsby-transformer-remote-filesystem/issues"
},
"dependencies": {
"@babel/runtime": "^7.7.6",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.28"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"babel-preset-gatsby-package": "^0.2.16",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1"
},
"homepage": "https://github.com/mjmaurer/gatsby-transformer-remote-filesystem",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-transformer-plugin",
"remote",
"filesystem",
"local",
"cms",
"contentful"
],
"license": "MIT",
"peerDependencies": {
"gatsby": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mjmaurer/gatsby-transformer-remote-filesystem"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"format": "eslint --fix -- src/extend-file-node.js "
},
"engines": {
"node": ">=8.0.0"
}
}