gatsby-plugin-directory-named-index
Version:
Gatsby plugin that wraps directory-named-webpack-plugin
41 lines (40 loc) • 1.06 kB
JSON
{
"name": "gatsby-plugin-directory-named-index",
"version": "1.0.2",
"description": "Gatsby plugin that wraps directory-named-webpack-plugin",
"scripts": {
"build": "babel src --out-dir .",
"prepublish": "yarn build",
"test": "echo 'No test specified'"
},
"main": "index.js",
"homepage": "https://github.com/arnorhs/gatsby-plugin-directory-named-index",
"repository": {
"type": "git",
"url": "https://github.com/arnorhs/gatsby-plugin-directory-named-index.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"webpack",
"directory-named",
"directory",
"resolve"
],
"author": "Arnor Heidar <arnorhs@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.3.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.3.0-next.0"
},
"peerDependencies": {
"gatsby": "^2.0.0"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"directory-named-webpack-plugin": "~4.0.1"
}
}