{
  "name": "@modern-js/plugin-garfish",
  "description": "A Progressive React Framework for modern web development.",
  "homepage": "https://modernjs.dev",
  "bugs": "https://github.com/web-infra-dev/modern.js/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/modern.js",
    "directory": "packages/runtime/plugin-garfish"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "framework",
    "modern",
    "modern.js"
  ],
  "version": "2.70.4",
  "jsnext:source": "./src/cli/index.ts",
  "types": "./dist/types/cli/index.d.ts",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types/cli/index.d.ts"
      ],
      "cli": [
        "./dist/types/cli/index.d.ts"
      ],
      "runtime": [
        "./dist/types/runtime/index.d.ts"
      ],
      "tools": [
        "./dist/types/runtime/tools.d.ts"
      ],
      "types": [
        "./type.d.ts"
      ]
    }
  },
  "main": "./dist/cjs/cli/index.js",
  "module": "./dist/esm/runtime/index.js",
  "exports": {
    "./types": "./type.d.ts",
    ".": {
      "types": "./dist/types/cli/index.d.ts",
      "jsnext:source": "./src/cli/index.ts",
      "default": "./dist/cjs/cli/index.js"
    },
    "./cli": {
      "types": "./dist/types/cli/index.d.ts",
      "jsnext:source": "./src/cli/index.ts",
      "default": "./dist/cjs/cli/index.js"
    },
    "./runtime": {
      "types": "./dist/types/runtime/index.d.ts",
      "jsnext:source": "./src/runtime/index.ts",
      "default": "./dist/esm/runtime/index.js"
    },
    "./tools": {
      "types": "./dist/types/runtime/tools.d.ts",
      "jsnext:source": "./src/runtime/tools.ts",
      "default": "./dist/esm/runtime/tools.js"
    }
  },
  "dependencies": {
    "@swc/helpers": "^0.5.17",
    "@types/debug": "4.1.12",
    "@types/react-loadable": "^5.5.6",
    "debug": "4.3.7",
    "garfish": "^1.8.1",
    "react-loadable": "^5.5.0",
    "@modern-js/plugin-v2": "2.70.4",
    "@modern-js/runtime-utils": "2.70.4",
    "@modern-js/utils": "2.70.4"
  },
  "peerDependencies": {
    "@modern-js/runtime": "^2.70.4",
    "react": ">=17",
    "react-dom": ">=17"
  },
  "devDependencies": {
    "@testing-library/dom": "^8.14.0",
    "@testing-library/jest-dom": "^5.16.1",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^29",
    "@types/node": "^18",
    "@types/testing-library__jest-dom": "^5.14.3",
    "jest": "^29",
    "jest-fetch-mock": "^3.0.3",
    "jest-location-mock": "2.0.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "6.30.3",
    "typescript": "^5",
    "@modern-js/app-tools": "2.70.4",
    "@modern-js/core": "2.70.4",
    "@modern-js/plugin-router-v5": "2.70.4",
    "@modern-js/runtime": "2.70.4",
    "@modern-js/types": "2.70.4",
    "@scripts/build": "2.66.0",
    "@scripts/jest-config": "2.66.0"
  },
  "sideEffects": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "new": "modern-lib new",
    "build": "modern-lib build",
    "dev": "modern-lib build --watch",
    "build:watch": "rm -rf ./dist && modern build --watch",
    "test": "jest --passWithNoTests"
  }
}