{ "name": "@docusaurus/faster", "version": "3.8.1", "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.8.1", "@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": "*" } }