{
  "name": "@team-devmonster/react-router",
  "version": "1.3.24",
  "description": "This project is part of the `react-module`&`react-native-module` projects, that integrate `react`&`react-native` by the devmonster team.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist/ && npm run build:esm && npm run build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module CommonJS --outDir dist/cjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/team-devmonster/react-modules.git"
  },
  "keywords": [
    "react-native",
    "react",
    "theme",
    "tag",
    "devmoster",
    "team-devmonster"
  ],
  "author": "devmonster",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/team-devmonster/react-modules/issues"
  },
  "homepage": "https://github.com/team-devmonster/react-modules#readme",
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16",
    "next": ">=12",
    "@team-devmonster/react-tags": ">=1"
  }
}
