{
  "name": "@eciol/router",
  "version": "2.1.4",
  "homepage": "https://github.com/vbenjs/vue-vben-admin",
  "bugs": {
    "url": "https://github.com/vbenjs/vue-vben-admin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
    "directory": "packages/router"
  },
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "development": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pnpm unbuild",
    "clean": "pnpm rimraf .turbo node_modules dist",
    "lint": "pnpm eslint .",
    "stub": "pnpm unbuild --stub"
  },
  "dependencies": {
    "@eciol/hooks": "workspace:*",
    "@eciol/locale": "workspace:*",
    "@eciol/request": "workspace:*",
    "@eciol/share-ui": "workspace:*",
    "@eciol/shared": "workspace:*",
    "@eciol/store": "workspace:*",
    "@eciol/types": "workspace:*",
    "nprogress": "^0.2.0",
    "path-to-regexp": "^6.2.1"
  },
  "devDependencies": {
    "@types/nprogress": "^0.2.0",
    "@eciol/types": "workspace:*"
  },
  "publishConfig": {
    "exports": {
      ".": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      }
    }
  }
}
