{
    "name": "@gulibs/vgrove-autoroutes",
    "version": "0.0.170",
    "private": false,
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "description": "🚀 基于文件系统的自动路由生成 Vite 插件，完整支持 React Router v7+ 和现代化的路由模式",
    "type": "module",
    "main": "dist/index.js",
    "module": "dist/index.esm.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist",
        "react-routes.d.ts",
        "package.json"
    ],
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "default": "./dist/index.js"
        },
        "./react-routes": "./react-routes.d.ts"
    },
    "keywords": [
        "vite",
        "plugin",
        "react",
        "router",
        "auto-routes",
        "file-based-routing",
        "typescript"
    ],
    "author": "HectorGu",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/gulibs/vite-plugin-react-auto-routes.git"
    },
    "bugs": {
        "url": "https://github.com/gulibs/vite-plugin-react-auto-routes/issues"
    },
    "homepage": "https://github.com/gulibs/vite-plugin-react-auto-routes#readme",
    "scripts": {
        "setupVite": "pnpm add --save-dev vite@7.0.0",
        "removeVite": "pnpm remove vite",
        "build": "rollup -c",
        "rebuild": "npm run build",
        "dev": "rollup -c -w",
        "test": "vitest",
        "lint": "eslint lib --ext .ts,.tsx",
        "type-check": "tsc --noEmit",
        "prepublishOnly": "npm run build"
    },
    "dependencies": {
        "chalk": "^5.4.1",
        "dayjs": "^1.11.13",
        "fast-glob": "^3.3.3"
    },
    "devDependencies": {
        "@eslint/js": "^9.28.0",
        "@rollup/plugin-commonjs": "^28.0.3",
        "@rollup/plugin-node-resolve": "^16.0.1",
        "@rollup/plugin-typescript": "^12.1.2",
        "@types/lodash": "^4.17.17",
        "@types/node": "^22.15.29",
        "@types/react": "^19.1.2",
        "@typescript-eslint/eslint-plugin": "^8.33.1",
        "@typescript-eslint/parser": "^8.33.1",
        "eslint": "^9.28.0",
        "globals": "^16.2.0",
        "typescript-eslint": "^8.33.1",
        "lodash": "^4.17.21",
        "react": "^19.1.0",
        "react-dom": "^19.1.0",
        "react-router": "^7.7.0",
        "rollup": "^4.41.1",
        "rollup-plugin-delete": "^3.0.1",
        "rollup-plugin-dts": "^6.2.1",
        "tslib": "^2.8.1",
        "typescript": "^5.8.3",
        "vite": "^7.0.5"
    },
    "peerDependencies": {
        "@types/lodash": ">=4.17.17",
        "lodash": ">=4.17.21",
        "react": ">=16.8.0",
        "react-dom": ">=16.8.0",
        "react-router": ">=7.6.3"
    },
    "peerDependenciesMeta": {
        "@gulibs/vgrove-ui": {
            "optional": true
        }
    }
}