{
  "name": "@react-router/fs-routes",
  "version": "7.9.4",
  "description": "File system routing conventions for React Router, for use within routes.ts",
  "bugs": {
    "url": "https://github.com/remix-run/react-router/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/remix-run/react-router",
    "directory": "packages/react-router-fs-routes"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "wireit": {
    "build": {
      "command": "tsup",
      "files": [
        "*.ts",
        "tsconfig.json",
        "package.json"
      ],
      "output": [
        "dist/**"
      ]
    }
  },
  "dependencies": {
    "minimatch": "^9.0.0"
  },
  "devDependencies": {
    "tsup": "^8.3.0",
    "typescript": "^5.1.6",
    "wireit": "0.14.9",
    "@react-router/dev": "7.9.4"
  },
  "peerDependencies": {
    "typescript": "^5.1.0",
    "@react-router/dev": "^7.9.4"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "dist/",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md"
  ],
  "scripts": {
    "build": "wireit",
    "typecheck": "tsc"
  }
}