{
  "name": "@aniyajs/plugin-router",
  "version": "1.5.3",
  "description": "基于 react-routerV6 封装的路由插件服务于aniyajs自动化脚手架",
  "files": [
    "templates",
    "utils",
    "lib.js",
    "index.js",
    "index.d.ts"
  ],
  "types": "index.d.ts",
  "keywords": [
    "react",
    "react-router",
    "aniyajs"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/aniyajs/aniyajs-plugin-router"
  },
  "bugs": {
    "url": "https://gitee.com/aniyajs/aniyajs-plugin-router/issues"
  },
  "authors": [
    "bingfang <2906617851@qq.com> (https://gitee.com/aniyajs/aniyajs-plugin-router)"
  ],
  "license": "MIT",
  "dependencies": {
    "react-router-dom": "^6.22.3"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  }
}