UNPKG

webpack-router-generator

Version:

A routing list is generated automatically according to the information defined in the file, which is used in webpack.

33 lines (32 loc) 816 B
{ "name": "webpack-router-generator", "version": "1.1.1", "description": "A routing list is generated automatically according to the information defined in the file, which is used in webpack.", "main": "src/index.js", "types": "src/index.d.ts", "keywords": [ "router", "react-router", "generator-router", "auto-router", "webpack-generator" ], "scripts": { "update:version": "npm publish" }, "author": { "name": "kongyijilafumi", "url": "https://github.com/kongyijilafumi" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kongyijilafumi/webpack-router-generator.git" }, "dependencies": { "@babel/generator": "^7.18.0", "@babel/parser": "^7.18.0", "@babel/types": "^7.18.0", "chokidar": "^3.5.3" } }