{
  "name": "@nrwl/rspack",
  "version": "19.8.0",
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx-labs.git",
    "directory": "packages-legacy/rspack"
  },
  "keywords": [
    "Monorepo",
    "Next",
    "Vercel"
  ],
  "author": "Jack Hsu",
  "license": "MIT",
  "homepage": "https://nx.dev",
  "main": "src/index.js",
  "generators": "./generators.json",
  "executors": "./executors.json",
  "dependencies": {
    "@nx/rspack": "19.8.0"
  },
  "nx-migrations": {
    "migrations": "@nx/rspack/migrations.json"
  },
  "types": "./index.d.ts"
}