{
  "name": "@docusaurus/faster",
  "version": "3.9.2",
  "description": "Docusaurus experimental package exposing new modern dependencies to make the build faster.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/docusaurus.git",
    "directory": "packages/docusaurus-faster"
  },
  "license": "MIT",
  "dependencies": {
    "@docusaurus/types": "3.9.2",
    "@rspack/core": "^1.5.0",
    "@swc/core": "^1.7.39",
    "@swc/html": "^1.13.5",
    "browserslist": "^4.24.2",
    "lightningcss": "^1.27.0",
    "swc-loader": "^0.2.6",
    "tslib": "^2.6.0",
    "webpack": "^5.95.0"
  },
  "engines": {
    "node": ">=20.0"
  },
  "peerDependencies": {
    "@docusaurus/types": "*"
  },
  "gitHead": "abfbe5621b08407bc3dcbe6111ff118d4c22f7a1"
}
