structure-graph-webpack-plugin
Version:
A webpack plugin to generate project structure graph
42 lines (40 loc) • 953 B
JSON
{
"name": "structure-graph-webpack-plugin",
"version": "0.0.5",
"license": "MIT",
"description": "A webpack plugin to generate project structure graph",
"author": "flyfox (https://github.com/flyfox11)",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
},
"dependencies": {
},
"keywords": [
"webpack",
"plugin",
"struct",
"structure",
"directory",
"tree",
"files",
"project-structure",
"directory-structure",
"diagram",
"chart",
"graph",
"structure-graph-webpack-plugin"
],
"bugs": "https://github.com/z-ti/structure-graph-webpack-plugin/issues",
"homepage": "https://github.com/z-ti/structure-graph-webpack-plugin",
"repository": "https://github.com/z-ti/structure-graph-webpack-plugin.git",
"engines": {
"node": ">=10.13.0",
"webapck": ">=4.1.0"
}
}