{
  "name": "@modern-js/plugin-unbundle",
  "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
  "homepage": "https://modernjs.dev",
  "bugs": "https://github.com/modern-js-dev/modern.js/issues",
  "repository": "modern-js-dev/modern.js",
  "license": "MIT",
  "keywords": [
    "react",
    "framework",
    "modern",
    "modern.js"
  ],
  "version": "1.3.10",
  "jsnext:source": "./src/index.ts",
  "types": "./src/index.ts",
  "main": "./dist/js/node/index.js",
  "module": "./dist/js/treeshaking/index.js",
  "jsnext:modern": "./dist/js/modern/index.js",
  "exports": {
    ".": {
      "node": {
        "jsnext:source": "./src/index.ts",
        "import": "./dist/js/modern/index.js",
        "require": "./dist/js/node/index.js"
      },
      "default": "./dist/js/treeshaking/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "pnpm build",
    "prepublishOnly": "only-allow-pnpm && pnpm build -- --platform",
    "new": "modern new",
    "build": "modern build",
    "test": "jest --passWithNoTests"
  },
  "dependencies": {
    "@babel/code-frame": "^7.12.13",
    "@babel/core": "7.16.7",
    "@babel/generator": "^7.15.4",
    "@babel/parser": "^7.15.6",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/traverse": "^7.15.4",
    "@babel/types": "^7.17.0",
    "@koa/cors": "^3.1.0",
    "@modern-js/create-request": "workspace:^1.2.5",
    "@modern-js/css-config": "workspace:^1.2.4",
    "@modern-js/esmpack": "workspace:^1.2.4",
    "@modern-js/plugin": "workspace:^1.3.3",
    "@modern-js/server": "workspace:^1.4.11",
    "@modern-js/utils": "workspace:^1.6.0",
    "@rollup/plugin-alias": "^3.1.2",
    "@svgr/core": "^5.5.0",
    "@svgr/plugin-jsx": "^5.5.0",
    "@types/etag": "^1.8.0",
    "acorn": "^8.0.5",
    "acorn-class-fields": "^1.0.0",
    "acorn-walk": "^8.0.2",
    "babel-plugin-macros": "^3.0.1",
    "convert-source-map": "^1.7.0",
    "devcert": "^1.1.3",
    "enhanced-resolve": "^5.8.3",
    "es-module-lexer": "^0.4.1",
    "esbuild": "^0.14.38",
    "etag": "^1.8.1",
    "find-node-modules": "^2.1.2",
    "http-proxy-middleware": "^1.0.6",
    "koa": "^2.13.1",
    "koa-connect": "^2.1.0",
    "koa-static": "^5.0.0",
    "launch-editor": "^2.2.1",
    "less": "^4.1.1",
    "magic-string": "^0.25.7",
    "merge-source-map": "^1.1.0",
    "node-fetch": "^2.6.5",
    "postcss": "^8",
    "postcss-modules": "^4.2.2",
    "react-refresh": "0.12.0",
    "rollup": "^2.38.5",
    "sass": "^1.45.0",
    "semver": "^7.3.5",
    "strip-comments": "^2.0.1",
    "tsconfig-paths": "^3.9.0",
    "ws": "^7.4.3"
  },
  "devDependencies": {
    "@modern-js/bff-utils": "workspace:*",
    "@modern-js/core": "workspace:*",
    "@modern-js/tsconfig": "workspace:*",
    "@modern-js/types": "workspace:*",
    "@scripts/build": "workspace:*",
    "@scripts/jest-config": "workspace:*",
    "@types/babel__code-frame": "^7.0.2",
    "@types/babel__core": "^7.1.12",
    "@types/babel__traverse": "^7.14.2",
    "@types/es-module-lexer": "^0.3.0",
    "@types/estree": "^0.0.46",
    "@types/jest": "^27.4.0",
    "@types/koa": "^2.11.7",
    "@types/koa-compress": "^4.0.1",
    "@types/koa-static": "^4.0.1",
    "@types/koa__cors": "^3.0.2",
    "@types/less": "^3.0.2",
    "@types/node": "^16.9.2",
    "@types/semver": "^7.3.4",
    "@types/strip-comments": "^2.0.0",
    "@types/ws": "^7.4.0",
    "axios": "^0.26.0",
    "jest": "^27",
    "portfinder": "^1.0.28",
    "typescript": "^4"
  },
  "peerDependencies": {
    "@modern-js/bff-utils": "workspace:^1.2.4",
    "typescript": "^4"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public",
    "types": "./dist/types/index.d.ts"
  }
}
